Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stas-demydiuk/domoticz-zigbee2mqt…
Browse files Browse the repository at this point in the history
…t-plugin
  • Loading branch information
stas-demydiuk committed Mar 26, 2021
2 parents 147eb96 + da6df4f commit bcc1c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/diy/ptvo_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 'input5' : 'center'}

#update to latest zigbee2MQTT 1.14.3 compatible
PTVOID = {'input1' : 'l1', 'input2' : 'l2', 'input3' : 'l3', 'input4' : 'l4', 'input5' : 'l5'}
PTVOID = {'input1' : 'l1', 'input2' : 'l2', 'input3' : 'l3', 'input4' : 'l4', 'input5' : 'l5', 'input6' : 'l6', 'input7' : 'l7', 'input8' : 'l8'}

class PtvoSwitch(Adapter):
def __init__(self, devices):
Expand Down

0 comments on commit bcc1c27

Please sign in to comment.