mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
ce7c99d2cd
* Handle Exceptions in main & Pythoninit * Have SSDPDiscover generic again * Have SSDPDiscover generic again * Change Info- to Debug logs as technical service messages * Nanoleaf - When switched on, ensure UDP mode * Include SQL Database in Cross-Compile instructions * Fix Clazy (QT code checker) and clang Warnings * Stop LedDevice:write for disabled device * Nanoleaf: Fix uint printfs * NanoLeaf: Fix indents to tabs * NanoLeaf - Add debug verbosity switches * Device switchability support, FileDevice with timestamp support * Nanoleaf Light Panels now support External Control V2 * Enhance LedDeviceFile by Timestamp + fix readyness * Stop color stream, if LedDevice disabled * Nanoleaf - remove switchability
31 lines
608 B
JSON
31 lines
608 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_outputPath_title",
|
|
"default" : "/dev/null",
|
|
"propertyOrder" : 1
|
|
},
|
|
"latchTime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_latchtime_title",
|
|
"default": 1,
|
|
"append" : "edt_append_ms",
|
|
"minimum": 1,
|
|
"maximum": 1000,
|
|
"access" : "expert",
|
|
"propertyOrder" : 2
|
|
},
|
|
"printTimeStamp": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_printTimeStamp_title",
|
|
"default": false,
|
|
"access" : "expert",
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|