Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 92e15ec

Browse files
committed
Merge pull request #254 from ManusSs/master
Update hyperion.config.json
2 parents a1a3c24 + 2625f55 commit 92e15ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/hyperion.config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
/// Device configuration contains the following fields:
66
/// * 'name' : The user friendly name of the device (only used for display purposes)
77
/// * 'type' : The type of the device or leds (known types for now are 'ws2801', 'ldp8806',
8-
/// 'lpd6803', 'sedu', 'adalight', 'lightpack', 'test' and 'none')
8+
/// 'lpd6803', 'sedu', 'adalight', 'lightpack', 'philipshue', 'test' and 'none')
99
/// * 'output' : The output specification depends on selected device. This can for example be the
1010
/// device specifier, device serial number, or the output file name
1111
/// * 'rate' : The baudrate of the output to the device
1212
/// * 'colorOrder' : The order of the color bytes ('rgb', 'rbg', 'bgr', etc.).
13+
/// Specific of Philips Hue:
14+
/// * 'username' : The name of user registred on the Philips Hue Bridge
15+
/// * 'switchOffOnBlack' : Define if Hue light switch off when black is detected
16+
/// * 'transitiontime' : Set the time of transition between color of Hue light
1317
"device" :
1418
{
1519
"name" : "MyPi",

0 commit comments

Comments
 (0)