mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8d55154164
* update schemas * update schemas * update schemas * schema update * update translation * upd
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_spipath_title",
|
|
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"],
|
|
"propertyOrder" : 1
|
|
},
|
|
"rate": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_baudrate_title",
|
|
"default": 3000000,
|
|
"propertyOrder" : 2
|
|
},
|
|
"invert": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_invert_title",
|
|
"default": false,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|