diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-05-21 20:58:40 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-05-21 20:58:40 +0200 |
commit | f2afc8578b7aa6591e3ceaf1037cd3a128917787 (patch) | |
tree | af3680ad53aefd7a8704f0dcd823c64940254819 | |
parent | 72d79fd183f88fa92ef7e3bd846fdaf2d2e2e9ae (diff) |
Add new sensors to ethcan
-rw-r--r-- | ethcan.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -76,6 +76,13 @@ devices = [ SubCANDALI(0x442, 'dali.lounge_buero'), SubCANDALI(0x443, 'dali.lounge_bar'), SubCANDALI(0x444, 'dali.lounge_durchreiche'), + SubCANDALI(0x445, 'dali.hacklab.east.outer'), + SubCANDALI(0x446, 'dali.hacklab.east.middle'), + SubCANDALI(0x447, 'dali.hacklab.west.inner'), + SubCANDALI(0x448, 'dali.hacklab.west.middle'), + SubCANDALI(0x449, 'dali.hacklab.east.inner'), + SubCANDALI(0x44a, 'dali.hacklab.west.outer'), + SubCANDALI(0x44b, 'dali.flur'), # SubCANDALI(0x47f, 'dali.lswitch'), ] def find_dev(addr): |