Skip to content

Commit

Permalink
Update P1Platform.js
Browse files Browse the repository at this point in the history
Add `button` key, see #41.
  • Loading branch information
ebaauw committed Dec 17, 2020
1 parent 5011b25 commit 60ab3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/P1Platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class P1Platform extends homebridgeLib.Platform {
})
optionParser.stringKey('name')
optionParser.stringKey('platform')
optionParser.boolKey('button')
optionParser.boolKey('dsmr22')
optionParser.stringKey('telegram', true)
optionParser.hostKey()
Expand Down

0 comments on commit 60ab3da

Please sign in to comment.