Skip to content

Add StatusPlugin to dynamically check a script's or website's output and change the button text+background color based on result#156

Open
bgrande wants to merge 3 commits intoStreamController:mainfrom
bgrande:main
Open

Add StatusPlugin to dynamically check a script's or website's output and change the button text+background color based on result#156
bgrande wants to merge 3 commits intoStreamController:mainfrom
bgrande:main

Conversation

@bgrande
Copy link

@bgrande bgrande commented Jan 14, 2026

Multiple possibilities:

  1. run a script per button press or periodically
  2. call a website per button press or periodically
  3. change button text and background color based on the result
    3.1 Based on Status (i.e. 200)
    3.2 Based on Success (no error)
    3.3 Based on Contains (a string like hello)
    3.4 Based on Equals (a string like hello)
    3.5 Based on a regex (like hello .*)

Checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant