Created
August 20, 2013 15:52
-
-
Save lepinkainen/6283335 to your computer and use it in GitHub Desktop.
tellstick.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user = "nobody" | |
group = "plugdev" | |
ignoreControllerConfirmation = "false" | |
device { | |
id = 1 | |
name = "Desk light" | |
protocol = "arctech" | |
model = "selflearning-switch" | |
parameters { | |
house = "29478" | |
unit = "1" | |
} | |
} | |
device { | |
id = 2 | |
name = "Work light" | |
protocol = "arctech" | |
model = "selflearning-switch" | |
parameters { | |
house = "392847" | |
unit = "1" | |
} | |
} | |
device { | |
id = 3 | |
name = "Floor light" | |
protocol = "arctech" | |
model = "selflearning-switch" | |
parameters { | |
house = "238947" | |
unit = "1" | |
} | |
} | |
device { | |
id = 4 | |
name = "Plant lights" | |
protocol = "arctech" | |
model = "selflearning-switch" | |
parameters { | |
house = "796987" | |
unit = "1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment