make all prios settable and make prios more consistent

Former-commit-id: f1d1c35063e98389d627f3535d2a94da33a22da4
This commit is contained in:
redpanther
2016-03-08 17:31:56 +01:00
parent 7f4ea9ae7b
commit 0bc725054c
15 changed files with 52 additions and 40 deletions

View File

@@ -406,7 +406,7 @@
"color" : [0,0,0],
"effect" : "Rainbow swirl fast",
"duration_ms" : 3000,
"priority" : 0
"priority" : 990
},
/// The configuration for the frame-grabber, contains the following items:
@@ -415,9 +415,10 @@
/// * frequency_Hz : The frequency of the frame grab [Hz]
"framegrabber" :
{
"width" : 64,
"height" : 64,
"frequency_Hz" : 10.0
"width" : 64,
"height" : 64,
"frequency_Hz" : 10.0,
"priority" : 900
},
/// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
@@ -459,7 +460,8 @@
/// * port : Port at which the boblight server is started
// "boblightServer" :
// {
// "port" : 19333
// "port" : 19333,
// "priority" : 900
// },
"endOfJson" : "endOfJson"

View File

@@ -391,19 +391,20 @@
"color" : [0,0,0],
"effect" : "Rainbow swirl fast",
"duration_ms" : 3000,
"priority" : 900
"priority" : 990
},
/// The configuration for the frame-grabber, contains the following items:
/// * width : The width of the grabbed frames [pixels]
/// * height : The height of the grabbed frames [pixels]
/// * frequency_Hz : The frequency of the frame grab [Hz]
// "framegrabber" :
// {
// "width" : 64,
// "height" : 64,
// "frequency_Hz" : 10.0
// },
/// "framegrabber" :
/// {
/// "width" : 64,
/// "height" : 64,
/// "frequency_Hz" : 10.0,
/// "priority" : 900
/// },
/// The configuration of the XBMC connection used to enable and disable the frame-grabber. Contains the following fields:
/// * xbmcAddress : The IP address of the XBMC-host
@@ -444,7 +445,8 @@
/// * port : Port at which the boblight server is started
// "boblightServer" :
// {
// "port" : 19333
// "port" : 19333,
// "priority" : 900
// },
"endOfJson" : "endOfJson"