mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
* Support Philips Hue APIv2 and refactoring * Fix MDNSBrower - if timeout during host resolvment occurs * Hue API v2 - Migrate database * Fix macOS build * Handle network timeout before any other error * Address CodeQL findings * Clean-up and Fixes * Only getProperties, if username is available * Option to layout by entertainment area center * Fix Wizard * Fix Nanoleaf, add user auth token wizard * Nanoleaf fixes and enhancements * Consider rotated panel layouts * Corrections * Layout corrections and filter for non LED panels * Add LED test effect lightening up LEDs in sequence * Align rotation value to 15 degree steps * Align rotation value to 15 degree steps * Skip non LED panels * Fix Rotation and refactoring --------- Co-authored-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com>
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"type":"object",
|
|
"script" : "ledtest-seq.py",
|
|
"title":"edt_eff_ledtest_seq_header",
|
|
"required":true,
|
|
"properties":{
|
|
"sleepTime": {
|
|
"type": "number",
|
|
"title":"edt_eff_sleeptime",
|
|
"default": 0.5,
|
|
"minimum" : 0.01,
|
|
"maximum": 1,
|
|
"step": 0.01,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 1
|
|
},
|
|
"smoothing-custom-settings" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_eff_smooth_custom",
|
|
"default" : false,
|
|
"propertyOrder" : 2
|
|
},
|
|
"smoothing-time_ms" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_eff_smooth_time_ms",
|
|
"minimum" : 25,
|
|
"maximum": 600,
|
|
"default" : 200,
|
|
"append" : "edt_append_ms",
|
|
"options": {
|
|
"dependencies": {
|
|
"smoothing-custom-settings": true
|
|
}
|
|
},
|
|
"propertyOrder" : 3
|
|
},
|
|
"smoothing-updateFrequency" :
|
|
{
|
|
"type" : "number",
|
|
"title" : "edt_eff_smooth_updateFrequency",
|
|
"minimum" : 1.0,
|
|
"maximum" : 100.0,
|
|
"default" : 25.0,
|
|
"append" : "edt_append_hz",
|
|
"options": {
|
|
"dependencies": {
|
|
"smoothing-custom-settings": true
|
|
}
|
|
},
|
|
"propertyOrder" : 4
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|