0
Отвечен
One button,multiple lights
Hello there!
What kind of button I have to build,to turn on multiple channels on the same button.first press turn on first light,second press turns second light and so on.
Сервис поддержки клиентов работает на платформе UserEcho
Hello.
You can use the usual button, but you will have to register the commands in the script. For example, this:
Item 1 is a usual button, items 2-5 are trigger buttons, they will change their state when you click on item 1.
Thank you very much,but I don't know the js so good.