Skip to content

Commit

Permalink
cosmetic in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 20, 2024
1 parent feb86b0 commit 5fa065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/tuyaTS0601.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def ts0601_curtain_accurate_calibration_cmd( self, NwkId, Ep, dp, mode=None):

if mode is None:
return
self.log.logging("Tuya0601", "Debug", "ts0601_curtain_quick_calibration_cmd - %s Quick Calibration: dp:%s value: %s" % (
self.log.logging("Tuya0601", "Debug", "ts0601_curtain_quick_calibration_cmd - %s Accurate Calibration: dp:%s value: %s" % (
NwkId, dp, mode))
action = "%02x04" % dp # I
data = "%02x" % (mode)
Expand Down

0 comments on commit 5fa065e

Please sign in to comment.