Validate experimental.output settings. #3928

This commit is contained in:
Koen Kanters 2020-07-18 23:40:23 +02:00
parent 38bf81ed84
commit 0e0a364da7

View File

@ -172,6 +172,7 @@ const schema = {
type: 'object',
properties: {
transmit_power: {type: 'number'},
output: {type: 'string', enum: ['attribute_and_json', 'attribute', 'json']},
},
},
advanced: {