Hyperion Switcher + cleanup (#423)

* upd

* update

* update

* update schemachecker

* ...

* fix lowest priority

* zeroconf updates (#421) (#3)

* zeroconf:
add ip
make names more uniq

* tune dns name for webconfig

* update

* update

* update

* update ui

* ...

* min val for gamma

* lost somewhere this

* add status to hyperion object

* update ui
This commit is contained in:
brindosch
2017-03-24 10:17:36 +01:00
committed by GitHub
parent c6fa40fa87
commit 8e12d189b0
25 changed files with 253 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
{
"general" :
{
"name" : "MyHyperionConfig",
"name" : "My Hyperion Config",
"showOptHelp" : true,
"configVersion" : 2
},
@@ -105,7 +105,7 @@
"blackborderdetector" :
{
"enable" : true,
"threshold" : 0.05,
"threshold" : 5,
"unknownFrameCnt" : 600,
"borderFrameCnt" : 50,
"maxInconsistentCnt" : 10,
@@ -165,7 +165,7 @@
{
"enable" : false,
"port" : 19333,
"priority" : 200
"priority" : 201
},
"udpListener" :
@@ -173,7 +173,7 @@
"enable" : false,
"address" : "239.255.28.01",
"port" : 2801,
"priority" : 190,
"priority" : 200,
"timeout" : 10000,
"shared" : false
},