mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
41af5c1b9e
* Yeelight minor updates * Add Timeout to REST API * LEDDevice - Correct storeState * Add WaitTime function * Always show HW-LEDCount for configuration * WLED - New features ("live" support, storing state and identification) * Yeelight - Refactoring * Cololight - Refactoring * Karate - getProperties Support * Atmo - getProperties Support * AtmoOrb - refactoring * Nanoleaf - Refactoring, New "Shapes" considerations * PhilipHue - Minor corrections * Update Changelog
31 lines
611 B
JSON
31 lines
611 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"host" : {
|
|
"type": "string",
|
|
"title": "edt_dev_spec_targetIpHost_title",
|
|
"required": true,
|
|
"propertyOrder": 1
|
|
},
|
|
"restoreOriginalState": {
|
|
"type": "boolean",
|
|
"title": "edt_dev_spec_restoreOriginalState_title",
|
|
"default": false,
|
|
"required": true,
|
|
"propertyOrder": 2
|
|
},
|
|
"latchTime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_latchtime_title",
|
|
"default": 0,
|
|
"append" : "edt_append_ms",
|
|
"minimum": 0,
|
|
"maximum": 1000,
|
|
"access" : "expert",
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|