Skip to content

Commit

Permalink
Use the right function name in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 10, 2024
1 parent 0ac0a68 commit d0bf37e
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_accurate_calibration_cmd - %s Quick Calibration: dp:%s value: %s" % (
NwkId, dp, mode))
action = "%02x04" % dp # I
data = "%02x" % (mode)
Expand Down

0 comments on commit d0bf37e

Please sign in to comment.