1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}
}