Skip to content

Commit

Permalink
allow set 'zboss' adapter in config (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirovilya authored Oct 9, 2024
1 parent 6ffa1ab commit 4f264d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"serial": {
"port": "str?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember)?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember|zboss)?",
"baudrate": "int?",
"rtscts": "bool?"
},
Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"serial": {
"port": "str?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember)?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember|zboss)?",
"baudrate": "int?",
"rtscts": "bool?"
},
Expand Down

0 comments on commit 4f264d2

Please sign in to comment.