mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add PWM channel option for ws281x device in web interface (#623)
This commit is contained in:
committed by
brindosch
parent
b459b8723e
commit
04c3bc8cc9
@@ -20,17 +20,25 @@
|
||||
"default": 5,
|
||||
"propertyOrder" : 3
|
||||
},
|
||||
"pwmchannel": {
|
||||
"type": "integer",
|
||||
"title":"edt_dev_spec_pwmChannel_title",
|
||||
"default": 0,
|
||||
"minimum": 0,
|
||||
"maximum": 1,
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"invert": {
|
||||
"type": "boolean",
|
||||
"title":"edt_dev_spec_invert_title",
|
||||
"default": false,
|
||||
"propertyOrder" : 4
|
||||
"propertyOrder" : 5
|
||||
},
|
||||
"rgbw": {
|
||||
"type": "boolean",
|
||||
"title":"edt_dev_spec_useRgbwProtocol_title",
|
||||
"default": false,
|
||||
"propertyOrder" : 5
|
||||
"propertyOrder" : 6
|
||||
},
|
||||
"whiteAlgorithm": {
|
||||
"type": "string",
|
||||
@@ -40,7 +48,7 @@
|
||||
"options" : {
|
||||
"enum_titles" : ["edt_dev_enum_subtract_minimum", "edt_dev_enum_sub_min_cool_adjust","edt_dev_enum_sub_min_warm_adjust", "edt_dev_enum_white_off"]
|
||||
},
|
||||
"propertyOrder" : 6
|
||||
"propertyOrder" : 7
|
||||
},
|
||||
"latchTime": {
|
||||
"type": "integer",
|
||||
@@ -50,7 +58,7 @@
|
||||
"minimum": 1,
|
||||
"maximum": 1000,
|
||||
"access" : "expert",
|
||||
"propertyOrder" : 7
|
||||
"propertyOrder" : 8
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
|
Reference in New Issue
Block a user