backlight|led 'on state' for DD configuration (#17383)

This commit is contained in:
Joel Challis
2022-06-14 12:30:31 +01:00
committed by GitHub
parent 2f4c7697a9
commit 87e1ff218d
3 changed files with 16 additions and 2 deletions

View File

@@ -150,5 +150,11 @@
"min": 0,
"max": 255,
"multipleOf": 1
},
"bit": {
"type": "number",
"min": 0,
"max": 1,
"multipleOf": 1
}
}