Skip to content

Commit

Permalink
add setlevel for TuyaHueAndSaturatuion
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 22, 2023
1 parent 0b12f08 commit f2da4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/actuators.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def handle_color_mode_tuya( self, nwkid, EPout, Hue_List, value):
hue, saturation, value), nwkid)
if get_deviceconf_parameter_value(self, self.ListOfDevices[nwkid]["Model"], "TUYAColorControlRgbMode", return_default=None):
tuya_color_control_rgbMode( self, nwkid, "01")
tuya_Move_To_Hue_Saturation( self, nwkid, EPout, hue, saturation, transitionHue )
tuya_Move_To_Hue_Saturation( self, nwkid, EPout, hue, saturation, transitionHue )
actuator_setlevel(self, nwkid, EPout, value, "Light", transitionMoveLevel)

def actuator_identify(self, nwkid, ep, value=None):

Expand Down

0 comments on commit f2da4a2

Please sign in to comment.