Skip to content

Commit

Permalink
Add abbreviation for payload_press (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Nov 1, 2022
1 parent 199b38c commit 6026964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/shellies_discovery_gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
KEY_PAYLOAD_OFF = "pl_off"
KEY_PAYLOAD_ON = "pl_on"
KEY_PAYLOAD_OPEN = "pl_open"
KEY_PAYLOAD_PRESS = "payload_press"
KEY_PAYLOAD_PRESS = "pl_prs"
KEY_PAYLOAD_STOP = "pl_stop"
KEY_POSITION_TEMPLATE = "pos_tpl"
KEY_POSITION_TOPIC = "pos_t"
Expand Down

0 comments on commit 6026964

Please sign in to comment.