Skip to content

Commit

Permalink
feat: Add experimental Ember adapter @Nerivec Koenkk/zigbee-herdsman#918
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 18, 2024
1 parent ebed9d3 commit 44b475e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ declare global {
serial: {
disable_led: boolean,
port?: string,
adapter?: 'deconz' | 'zstack' | 'ezsp' | 'zigate',
adapter?: 'deconz' | 'zstack' | 'ezsp' | 'zigate' | 'ember',
baudrate?: number,
rtscts?: boolean,
},
Expand Down
2 changes: 1 addition & 1 deletion lib/util/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
},
"adapter": {
"type": ["string"],
"enum": ["deconz", "zstack", "zigate", "ezsp", "auto"],
"enum": ["deconz", "zstack", "zigate", "ezsp", "auto", "ember"],
"title": "Adapter",
"default": "auto",
"requiresRestart": true,
Expand Down

0 comments on commit 44b475e

Please sign in to comment.