mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge remote-tracking branch 'refs/remotes/hyperion-project/master' into editor
# Conflicts: # assets/webconfig/index.html
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Output path"
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 250
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,20 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Output path"
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 250
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,20 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Output path"
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 250
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,33 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Multicast group",
|
||||
"default" : "239.15.18.2"
|
||||
},
|
||||
"orbIds": {
|
||||
"type": "string",
|
||||
"title":"Baudrate",
|
||||
"default": "1"
|
||||
},
|
||||
"numLeds": {
|
||||
"type": "integer",
|
||||
"title":"Number of LEDs",
|
||||
"default": 24
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"title":"Port",
|
||||
"minimum" : 0,
|
||||
"maximum" : 65535,
|
||||
"default": 24
|
||||
},
|
||||
"useOrbSmoothing": {
|
||||
"type": "boolean",
|
||||
"title":"Use orb smoothing",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,20 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"universe": {
|
||||
"type": "integer",
|
||||
"title":"Universe",
|
||||
"default": 1
|
||||
},
|
||||
"latchtinme": {
|
||||
"type": "integer",
|
||||
"title":"Latchtime",
|
||||
"default": 104000
|
||||
},
|
||||
"cid": {
|
||||
"type": "string",
|
||||
"title":"CID",
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,11 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Output",
|
||||
"default" : "/dev/null",
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,10 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Serial number"
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"VID": {
|
||||
"type": "string",
|
||||
"title":"VID",
|
||||
"default" : "0x2341"
|
||||
},
|
||||
"PID": {
|
||||
"type": "string",
|
||||
"title":"PID",
|
||||
"default" : "0x8036"
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 0
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,29 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Target IP"
|
||||
},
|
||||
"username": {
|
||||
"type": "string",
|
||||
"title":"Username",
|
||||
"default": "newdeveloper"
|
||||
},
|
||||
"lightIds": {
|
||||
"type": "integer",
|
||||
"title":"Light ids"
|
||||
},
|
||||
"transitiontime": {
|
||||
"type": "integer",
|
||||
"title":"Transistion time (x100ms)",
|
||||
"default" : 1,
|
||||
},
|
||||
"switchOffOnBlack": {
|
||||
"type": "boolean",
|
||||
"title":"Switch off on black",
|
||||
"default" : true
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"VID": {
|
||||
"type": "string",
|
||||
"title":"VID",
|
||||
"default" : "0x2341"
|
||||
},
|
||||
"PID": {
|
||||
"type": "string",
|
||||
"title":"PID",
|
||||
"default" : "0x8036"
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 0
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,20 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"Output path"
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 250
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
@@ -2,6 +2,21 @@
|
||||
"type":"object",
|
||||
"required":true,
|
||||
"properties":{
|
||||
"output": {
|
||||
"type": "string",
|
||||
"title":"SPI path",
|
||||
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer",
|
||||
"title":"Baudrate",
|
||||
"default": 1000000
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"Invert signal",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user