1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00

fix: traadfri

This commit is contained in:
Kierán Meinhardt
2020-01-22 16:39:49 +01:00
parent 7fc9a76633
commit 09370e800a
3 changed files with 11 additions and 14 deletions

View File

@@ -8,14 +8,11 @@
host = "192.168.178.28";
key = lib.strings.fileContents <shared-secrets/traadfri.key>;
rooms = {
bedroom = 131074;
corridor = 131076;
kitchen = 131075;
living-room = 131073;
};
bulbs = {
bedread = 65546;
livingread = 65537;
bedroom = 131082;
corridor = 131080;
kitchen = 131081;
living-room = 131079;
};
bulbs.bedside = 65537;
};
}