Skip to content

Instantly share code, notes, and snippets.

@lepinkainen
Created August 20, 2013 15:52
Show Gist options
  • Save lepinkainen/6283335 to your computer and use it in GitHub Desktop.
Save lepinkainen/6283335 to your computer and use it in GitHub Desktop.
tellstick.conf
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