Skip to content

Commit

Permalink
Adding bright level
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 authored Oct 23, 2023
1 parent 61fe6e9 commit bea4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/actuators.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ 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, value )

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

Expand Down

0 comments on commit bea4027

Please sign in to comment.