mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 02:18:31 -07:00
Validate experimental.output settings. #3928
This commit is contained in:
parent
38bf81ed84
commit
0e0a364da7
@ -172,6 +172,7 @@ const schema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
transmit_power: {type: 'number'},
|
||||
output: {type: 'string', enum: ['attribute_and_json', 'attribute', 'json']},
|
||||
},
|
||||
},
|
||||
advanced: {
|
||||
|
Loading…
Reference in New Issue
Block a user