Skip to content

Commit

Permalink
force transition to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 22, 2023
1 parent c891f3f commit 57992f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/tuya.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ def tuya_Move_To_Hue_Saturation( self, NwkId, EPout, hue, saturation, transition
saturation = "%02x" % saturation

sqn = get_and_inc_ZCL_SQN(self, NwkId)
payload = "11" + sqn + "06" + hue + saturation + transition + "ff"
payload = "11" + sqn + "06" + hue + saturation + "0000" + "ff"

raw_APS_request(self, NwkId, EPout, "0300", "0104", payload, zigpyzqn=sqn, zigate_ep=ZIGATE_EP, ackIsDisabled=False)

Expand Down

0 comments on commit 57992f2

Please sign in to comment.