Reading and using config files for lamps, colors and animation
This commit is contained in:
9
fs/lamps.cfg
Normal file
9
fs/lamps.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"level": "EG", "room": "Wohnzimmer", "id": "eg-wozi", "onColor": "candle"},
|
||||
{"level": "EG", "room": "Buero", "id": "eg-office", "onColor": "coldWhite"},
|
||||
{"level": "EG", "room": "Bad", "id": "eg-bad", "onColor": "warmWhite"},
|
||||
{"level": "EG", "room": "Kueche", "id": "eg-kueche", "onColor": "warmWhite"},
|
||||
{"level": "EG", "room": "Flur", "id": "eg-flur", "onColor": "candle"},
|
||||
{"level": "OG", "room": "Wohnzimmer", "id": "og-wozi", "onColor": "candle"},
|
||||
{"level": "OG", "room": "Buero", "id": "og-office", "onColor": "coldWhite"}
|
||||
]
|
||||
Reference in New Issue
Block a user