mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Allow null for port. https://github.com/Koenkk/zigbee2mqtt/issues/2145
This commit is contained in:
parent
4164f01a6b
commit
f415171036
@ -126,7 +126,7 @@ const schema = {
|
||||
serial: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
port: {type: ['string']},
|
||||
port: {type: ['string', 'null']},
|
||||
disable_led: {type: 'boolean'},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user