This commit is contained in:
Koen Kanters 2019-10-16 21:21:52 +02:00
parent 4164f01a6b
commit f415171036

View File

@ -126,7 +126,7 @@ const schema = {
serial: {
type: 'object',
properties: {
port: {type: ['string']},
port: {type: ['string', 'null']},
disable_led: {type: 'boolean'},
},
},