bugfixes and adjustments (#371)

* update

* update

* tabs test

* update

* test

* ...

* fix editor

* update ui

* fix visual glitch if help is off

* fix fadecandy error and th

[skip ci]

* fix
This commit is contained in:
brindosch
2017-01-19 17:51:11 +01:00
committed by GitHub
parent 8c2185b641
commit 30b6deb301
11 changed files with 28 additions and 41 deletions

View File

@@ -302,7 +302,7 @@
/// * enable : Enable or disable the udp listener (true/false)
/// * address : The listener address, pre configured is multicast which listen also to unicast ip addresses at the same time. If emtpy, multicast is disabled and it also accepts unicast from all IPs
/// * port : Port at which the udp listener starts
/// * priority : Priority of the udp lstener server (Default=200)
/// * priority : Priority of the udp listener server (Default=190)
/// * timeout : The timeout sets the timelimit for a "soft" off of the udp listener, if no packages are received (for example to switch to a gabber or InitialEffect - background-effect)
/// * shared : If true, the udp listener is shared across all hyperion instances (if using more than one (forwarder))
"udpListener" :
@@ -310,13 +310,13 @@
"enable" : false,
"address" : "239.255.28.01",
"port" : 2801,
"priority" : 200,
"priority" : 190,
"timeout" : 10000,
"shared" : false
},
/// Configuration of the Hyperion webserver
/// * enable : enable ir disable the webserver (true/false)
/// * enable : enable or disable the webserver (true/false)
/// * document_root : path to hyperion webapp files (webconfig developer only)
/// * port : the port where hyperion webapp is accasible
"webConfig" :

View File

@@ -165,7 +165,7 @@
"enable" : false,
"address" : "239.255.28.01",
"port" : 2801,
"priority" : 200,
"priority" : 190,
"timeout" : 10000,
"shared" : false
},