I'm writing a python script by using the i"mport DomoticzEvents" statement to interact with the Domoticz commands and variable.
However I didn't find the way to set Light Colors.
here after is the python3 script store in scripts/python
Code: Select all
import DomoticzEvents as Dz
Dz.Command( "Led #1 Bureau", 'On FOR 10')