Manual input source select via json (#143)

* implement manual source select via json interface
fix schema error

* refactoring

* add visible value to all listed prios
This commit is contained in:
redPanther
2016-07-31 22:21:35 +02:00
committed by GitHub
parent 04ab2f05f7
commit 722d4eb357
14 changed files with 208 additions and 47 deletions

View File

@@ -58,7 +58,10 @@
"required" : true,
"properties":
{
"channelAdjustment_enable" : "boolean",
"channelAdjustment_enable" :
{
"type" : "boolean"
},
"channelAdjustment" :
{
"type" : "array",
@@ -173,7 +176,10 @@
"additionalProperties" : false
}
},
"temperature_enable" : "boolean",
"temperature_enable" :
{
"type" : "boolean"
},
"temperature" :
{
"type" : "array",
@@ -228,7 +234,10 @@
"additionalProperties" : false
}
},
"transform_enable" : "boolean",
"transform_enable" :
{
"type" : "boolean"
},
"transform" :
{
"type" : "array",