dimTo() fails to set level
Posted: Wednesday 04 May 2022 18:31
Hello,
I've got a very strange problem. This code fails to set the dimmer level
whereas this code does what is expected:
Is anybody having a clue?
I'm running stable 2022.1
Thank you
I've got a very strange problem. This code fails to set the dimmer level
Code: Select all
dz.devices(577).dimTo(50)
Code: Select all
dz.openURL("http://192.168.21.240:8080/json.htm?type=command¶m=switchlight&idx=577&switchcmd=Set%20Level&level=50")
I'm running stable 2022.1
Thank you