ledConfig in config, report creation and upload (#398)

* update effects

* fix

* try

* .

* Update clock.py

* Update clock.py

* upd

* impl ledConfig

* upd

* fix

* update

* update js

* fix pacman

* change order of priorities
This commit is contained in:
brindosch
2017-02-15 15:53:35 +01:00
committed by redPanther
parent 37b8a909b6
commit 7c336b0511
17 changed files with 887 additions and 260 deletions

View File

@@ -4,14 +4,22 @@
"title":"edt_eff_pacman_header_title",
"required":true,
"properties":{
"sleep-time": {
"type": "number",
"title":"edt_eff_sleeptime_title",
"default": 0.3,
"rotationTime": {
"type": "integer",
"title":"edt_eff_rotationtime_title",
"default": 5,
"step" : 0.1,
"minimum": 0.01,
"minimum": 1,
"append" : "edt_append_s",
"propertyOrder" : 1
},
"margin-pos": {
"type": "number",
"title":"edt_eff_margin_title",
"default": 1.0,
"step" : 0.1,
"minimum": 1.0,
"propertyOrder" : 2
}
},
"additionalProperties": false