Open Pittini opened 3 years ago
I am having this issue as well. Was it ever resolved?
Is there a reason it does not follow the format of the other setters? I.E. why isn't this the setColorHSV command:
return this.miioCall('set_hsv', withLightEffect([v.hue, v.saturation]));
Also according to this it should be sat not saturation, though I am not sure that is really relevant here: https://github.com/stason325/node-red-contrib-miio-localdevices/files/10315663/Yeelight_Inter-Operation_Spec.pdf
Hi, i own this device. Today you changed some, and there is an error, saturation dont work for me, but sat do. And i miss some properties: color_mode and rgb. Here is my file, this is testet and working except i can see but not set color and mode. How is the definition of the expected data? I tried [100,300] and also ['100','300'] for testing, nothing works. Do you have a hint?