Xiaomi RGB Gateway
Posted: Wednesday 26 September 2018 10:41
I've a Domoticz version 4.9700 running and a Xiaomi RGB Gateway on firmware 1.4.1_157.0143.
What I did found out is that you can control the brightness of build-in RGB light with:
commandArray['Xiaomi RGB Gateway']='Set Level:'..tostring(10) -
You can turn on/off the light with:
commandArray['Xiaomi RGB Gateway']='On'
But how do you change the color of the RGB gateway via Lua?
Thanks!
Marco
What I did found out is that you can control the brightness of build-in RGB light with:
commandArray['Xiaomi RGB Gateway']='Set Level:'..tostring(10) -
You can turn on/off the light with:
commandArray['Xiaomi RGB Gateway']='On'
But how do you change the color of the RGB gateway via Lua?
Thanks!
Marco