This commit is contained in:
Maxim Devaev 2024-11-26 19:14:46 +02:00
parent b053b8c948
commit a3842e27c7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Some rules and customization options:
* Inputs are displayed as round LEDs.
* Outputs are displayed as a switch AND a button.
* If the switch mode is disabled, only a button will be displayed. If pulse is disabled, only a switch will be shown.
* To change the LED's color specify it after the channel name like `"led1|red"`. Available: `green`, `yellow` and `red`.
* To change the LED's color specify it after the channel name like `"led1|red"`. Available: `green`, `yellow`, `red`, `blue`, `cyan`, `magenta`, `pink` and `white`.
* To change title of the button, write some its name like `"relay1|My cool relay"`.
* Buttons and switches can request confirmation on acting. To do this write its name like `"relay1|confirm|My cool relay"`. The third argument with a title is required in this case.
* The button can automatically close the menu when clicked. Use something like `"relay1|hide|My button"`. It can be used with confirmation option: `"relay1|confirm,hide|My button"`.