mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
wrong proto port number
Former-commit-id: f1bb8595bfa090844e14e9358c97a9cc099eafe0
This commit is contained in:
parent
b56a15b012
commit
402cb02f09
@ -60,12 +60,12 @@
|
|||||||
"blacklevel" : 0.0000,
|
"blacklevel" : 0.0000,
|
||||||
"whitelevel" : 1.0000
|
"whitelevel" : 1.0000
|
||||||
},
|
},
|
||||||
"smoothing" :
|
// "smoothing" :
|
||||||
{
|
// {
|
||||||
"type" : "linear",
|
// "type" : "linear",
|
||||||
"time_ms" : 200,
|
// "time_ms" : 200,
|
||||||
"updateFrequency" : 20.0000
|
// "updateFrequency" : 20.0000
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
|
|
||||||
/// The configuration for each individual led. This contains the specification of the area
|
/// The configuration for each individual led. This contains the specification of the area
|
||||||
@ -386,14 +386,14 @@
|
|||||||
/// * port : Port at which the protobuffer server is started
|
/// * port : Port at which the protobuffer server is started
|
||||||
"protoServer" :
|
"protoServer" :
|
||||||
{
|
{
|
||||||
"port" : 19444
|
"port" : 19445
|
||||||
},
|
},
|
||||||
|
|
||||||
/// The configuration of the boblight server which enables the boblight remote interface
|
/// The configuration of the boblight server which enables the boblight remote interface
|
||||||
/// * port : Port at which the boblight server is started
|
/// * port : Port at which the boblight server is started
|
||||||
// "boblightServer" :
|
// "boblightServer" :
|
||||||
// {
|
// {
|
||||||
// "port" : 19444
|
// "port" : 19333
|
||||||
// },
|
// },
|
||||||
|
|
||||||
"end-of-json" : "end-of-json"
|
"end-of-json" : "end-of-json"
|
||||||
|
Loading…
Reference in New Issue
Block a user