mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Transit translation system (#309)
* update schemas * update schemas * update schemas * schema update * update translation * upd
This commit is contained in:
@@ -4,34 +4,33 @@
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Multicast group",
|
||||
"title":"edt_dev_spec_multicastGroup_title",
|
||||
"default" : "239.15.18.2",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"orbIds": {
|
||||
"type": "string",
|
||||
"title":"Baudrate",
|
||||
"title":"edt_dev_spec_orbIds_title",
|
||||
"default": "1",
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"numLeds": {
|
||||
"type": "integer",
|
||||
"title":"Number of LEDs",
|
||||
"title":"edt_dev_spec_numberOfLeds_title",
|
||||
"default": 24,
|
||||
"propertyOrder" : 3
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"title":"Port",
|
||||
"title":"edt_dev_spec_port_title",
|
||||
"minimum" : 0,
|
||||
"maximum" : 65535,
|
||||
"default": 24,
|
||||
"default": 49.692,
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"useOrbSmoothing": {
|
||||
"type": "boolean",
|
||||
"format": "checkbox",
|
||||
"title":"Use orb smoothing",
|
||||
"title":"edt_dev_spec_useOrbSmoothing_title",
|
||||
"default": true,
|
||||
"propertyOrder" : 5
|
||||
}
|
||||
|
Reference in New Issue
Block a user