mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
6c68454bea
* Support SK9822 type LEDs with adaptive brightness control via SPI * SK9822 - minor refactorings
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_dev_general_heading_title",
|
|
"required" : true,
|
|
"defaultProperties": ["hardwareLedCount", "colorOrder"],
|
|
"properties" :
|
|
{
|
|
"type" :
|
|
{
|
|
"type" : "string",
|
|
"propertyOrder" : 1
|
|
},
|
|
"hardwareLedCount" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_dev_general_hardwareLedCount_title",
|
|
"minimum" : 1,
|
|
"default" : 1,
|
|
"access" : "expert",
|
|
"propertyOrder" : 2
|
|
},
|
|
"colorOrder" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_dev_general_colorOrder_title",
|
|
"enum" : ["rgb", "bgr", "rbg", "brg", "gbr", "grb"],
|
|
"default" : "rgb",
|
|
"options" : {
|
|
"enum_titles" : ["edt_conf_enum_rgb", "edt_conf_enum_bgr", "edt_conf_enum_rbg", "edt_conf_enum_brg", "edt_conf_enum_gbr", "edt_conf_enum_grb"]
|
|
},
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"dependencies" :
|
|
{
|
|
"rewriteTime" :
|
|
{
|
|
"properties" :
|
|
{
|
|
"type" :
|
|
{
|
|
"enum" : ["file", "apa102", "apa104", "ws2801", "lpd6803", "lpd8806", "p9813", "sk6812spi", "sk6822spi", "sk9822", "ws2812spi","ws281x", "piblaster", "adalight", "dmx", "atmo", "hyperionusbasp", "lightpack", "multilightpack", "paintpack", "rawhid", "sedu", "tpm2", "karate"]
|
|
}
|
|
},
|
|
"additionalProperties" : true
|
|
}
|
|
},
|
|
"additionalProperties" : true
|
|
}
|