priorities rework, webc update (#366)

* update

* update

* tabs test

* update

* test

* ...

* fix editor

* update ui

* fix visual glitch if help is off

* fix fadecandy error and th

[skip ci]
This commit is contained in:
brindosch
2017-01-17 21:53:35 +01:00
committed by redPanther
parent 5b809743f7
commit 8d7137136b
75 changed files with 1713 additions and 1144 deletions

View File

@@ -12,6 +12,8 @@
},
"priority": {
"type": "integer",
"minimum" : 1,
"maximum" : 253,
"required": true
}
},

View File

@@ -12,6 +12,8 @@
},
"priority": {
"type": "integer",
"minimum" : 1,
"maximum" : 253,
"required": true
},
"duration": {

View File

@@ -12,6 +12,8 @@
},
"priority": {
"type": "integer",
"minimum" : 1,
"maximum" : 253,
"required": true
},
"duration": {

View File

@@ -12,6 +12,8 @@
},
"priority": {
"type": "integer",
"minimum" : 1,
"maximum" : 253,
"required": true
},
"duration": {

View File

@@ -11,7 +11,9 @@
"type" : "integer"
},
"priority": {
"type": "integer"
"type": "integer",
"minimum" : 0,
"maximum" : 255
},
"auto": {
"type": "boolean"