Skip to content

Commit

Permalink
#417 Fix typo for TS0013
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-demydiuk committed Nov 1, 2020
1 parent 529d543 commit d5b3368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/tuya/TS0013.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class TS0013(TS0012):
def __init__(self, devices):
super().__init__(devices)
self.devices.append(OnOffSwitch(devices, 'center', 'state_left'))
self.devices.append(OnOffSwitch(devices, 'center', 'state_center'))

0 comments on commit d5b3368

Please sign in to comment.