mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
update schemas | mod jsoneditor (#243)
* update * sync [skip ci] * always required [skip ci]
This commit is contained in:
@@ -5,17 +5,22 @@
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"],
|
||||
"default" : "/dev/spidev0.0",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
"default": 1000000,
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
"default": false,
|
||||
"format": "checkbox",
|
||||
"propertyOrder" : 3
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
|
Reference in New Issue
Block a user