APA102 protocol fix (#1352) (#1361)

* Fix APA102 protocoll

* Minor clean-ups

* Revert updates
This commit is contained in:
LordGrey
2021-10-28 18:54:54 +01:00
committed by GitHub
parent ba32b875ab
commit 954112a88e
7 changed files with 65 additions and 28 deletions

View File

@@ -19,20 +19,18 @@
"default": false,
"propertyOrder" : 3
},
"latchTime": {
"brightnessControlMaxLevel": {
"type": "integer",
"title":"edt_dev_spec_latchtime_title",
"default": 0,
"append" : "edt_append_ms",
"minimum": 0,
"maximum": 1000,
"access" : "expert",
"title":"edt_conf_color_brightness_title",
"default": 31,
"minimum": 1,
"maximum": 31,
"propertyOrder" : 4
},
"rewriteTime": {
"type": "integer",
"title":"edt_dev_general_rewriteTime_title",
"default": 1000,
"default": 0,
"append" : "edt_append_ms",
"minimum": 0,
"access" : "expert",