update Hyperion config file

Former-commit-id: 2af55c1ed88b65291b2a4561bbfa33f09513ab9c
This commit is contained in:
johan 2013-11-09 11:10:34 +01:00
parent ae7ffca99b
commit 0dcecdec14
1 changed files with 393 additions and 378 deletions

View File

@ -4,11 +4,11 @@
{
/// Device configuration contains the following fields:
/// * 'name' : The user friendly name of the device (only used for display purposes)
/// * 'type' : The type of the device or leds (known types for now are 'ws2801', 'lpd6803', 'test' and 'none')
/// * 'type' : The type of the device or leds (known types for now are 'ws2801', 'lpd6803', 'sedu', 'test' and 'none')
/// * 'output' : The output specification depends on selected device
/// - 'ws2801' this is the device (eg '/dev/spidev0.0')
/// - 'ws2801' this is the device (eg '/dev/spidev0.0 or /dev/ttyS0')
/// - 'test' this is the file used to write test output (eg '/home/pi/hyperion.out')
/// * 'rate' : The baudrate of the output to the device (only applicable for 'ws2801')
/// * 'rate' : The baudrate of the output to the device
/// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
"device" :
{
@ -62,7 +62,7 @@
},
"smoothing" :
{
"type" : "none",
"type" : "linear",
"time_ms" : 200,
"updateFrequency" : 20.0000
}
@ -338,6 +338,8 @@
"enable" : true
},
,
/// The boot-sequence configuration, contains the following items:
/// * type : The type of the boot-sequence ('rainbow', 'knight_rider', 'none')
/// * duration_ms : The length of the boot-sequence [ms]
@ -347,6 +349,8 @@
"duration_ms" : 3000
},
,
/// 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]
@ -358,6 +362,8 @@
"frequency_Hz" : 10.0
},
,
/// 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
/// * xbmcTcpPort : The TCP-port of the XBMC-server
@ -386,6 +392,15 @@
/// * port : Port at which the protobuffer server is started
"protoServer" :
{
"port" : 19445
}
"port" : 19444
},
/// The configuration of the boblight server which enables the boblight remote interface
/// * port : Port at which the boblight server is started
// "boblightServer" :
// {
// "port" : 19444
// },
"end-of-json" : "end-of-json"
}