Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/rdf_to_mqtt.py @ 764:b15bc47b97a0
rename living lamps
Ignore-this: 4ccc9c8869cb489d89f5d19da475db69
author | drewp@bigasterisk.com |
---|---|
date | Fri, 27 Mar 2020 23:07:10 -0700 |
parents | 5943cacc8b9b |
children | 82bea37aeb92 |
comparison
equal
deleted
inserted
replaced
763:55d13b5e17bc | 764:b15bc47b97a0 |
---|---|
34 }, | 34 }, |
35 ROOM['livingLampShelf']: { | 35 ROOM['livingLampShelf']: { |
36 'root': 'sonoff_0/switch/sonoff_basic_relay/command', | 36 'root': 'sonoff_0/switch/sonoff_basic_relay/command', |
37 'values': 'binary', | 37 'values': 'binary', |
38 }, | 38 }, |
39 ROOM['livingLamp1']: { | 39 ROOM['livingLampMantleEntry']: { |
40 'root': 'sonoff_1/switch/sonoff_basic_relay/command', | 40 'root': 'sonoff_1/switch/sonoff_basic_relay/command', |
41 'values': 'binary', | 41 'values': 'binary', |
42 }, | 42 }, |
43 ROOM['livingLamp2']: { | 43 ROOM['livingLampMantleChair']: { |
44 'root': 'sonoff_2/switch/sonoff_basic_relay/command', | 44 'root': 'sonoff_2/switch/sonoff_basic_relay/command', |
45 'values': 'binary', | 45 'values': 'binary', |
46 }, | 46 }, |
47 ROOM['livingLamp3']: { | 47 ROOM['livingLampToyShelf']: { |
48 'root': 'sonoff_3/switch/sonoff_basic_relay/command', | 48 'root': 'sonoff_3/switch/sonoff_basic_relay/command', |
49 'values': 'binary', | 49 'values': 'binary', |
50 }, | 50 }, |
51 ROOM['livingLamp4']: { | 51 ROOM['livingLampPiano']: { |
52 'root': 'sonoff_4/switch/sonoff_basic_relay/command', | 52 'root': 'sonoff_4/switch/sonoff_basic_relay/command', |
53 'values': 'binary', | |
54 }, | |
55 ROOM['livingLamp5']: { | |
56 'root': 'sonoff_5/switch/sonoff_basic_relay/command', | |
57 'values': 'binary', | 53 'values': 'binary', |
58 }, | 54 }, |
59 ROOM['theater']: { | 55 ROOM['theater']: { |
60 'root': 'theater_blaster/ir_out', | 56 'root': 'theater_blaster/ir_out', |
61 'values': 'theaterOutputs', | 57 'values': 'theaterOutputs', |