Skip to content

Commit

Permalink
adapter zigate (#4737)
Browse files Browse the repository at this point in the history
  • Loading branch information
G1K authored Oct 23, 2020
1 parent 3cbe7e3 commit aa9ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const schema = {
properties: {
port: {type: ['string', 'null']},
disable_led: {type: 'boolean'},
adapter: {type: 'string', enum: ['deconz', 'zstack']},
adapter: {type: 'string', enum: ['deconz', 'zstack', 'zigate']},
},
},
blocklist: {type: 'array', items: {type: 'string'}},
Expand Down

0 comments on commit aa9ba03

Please sign in to comment.