# HG changeset patch # User drewp@bigasterisk.com # Date 1585375630 25200 # Node ID b15bc47b97a068d202a03581b698fecaac7aa444 # Parent 55d13b5e17bc331343252ae31c29445536fd0280 rename living lamps Ignore-this: 4ccc9c8869cb489d89f5d19da475db69 diff -r 55d13b5e17bc -r b15bc47b97a0 service/rdf_to_mqtt/index.html --- a/service/rdf_to_mqtt/index.html Fri Feb 14 17:00:54 2020 -0800 +++ b/service/rdf_to_mqtt/index.html Fri Mar 27 23:07:10 2020 -0700 @@ -21,14 +21,14 @@
- - - - - - - - + + + + + + + + diff -r 55d13b5e17bc -r b15bc47b97a0 service/rdf_to_mqtt/rdf_to_mqtt.py --- a/service/rdf_to_mqtt/rdf_to_mqtt.py Fri Feb 14 17:00:54 2020 -0800 +++ b/service/rdf_to_mqtt/rdf_to_mqtt.py Fri Mar 27 23:07:10 2020 -0700 @@ -36,26 +36,22 @@ 'root': 'sonoff_0/switch/sonoff_basic_relay/command', 'values': 'binary', }, - ROOM['livingLamp1']: { + ROOM['livingLampMantleEntry']: { 'root': 'sonoff_1/switch/sonoff_basic_relay/command', 'values': 'binary', }, - ROOM['livingLamp2']: { + ROOM['livingLampMantleChair']: { 'root': 'sonoff_2/switch/sonoff_basic_relay/command', 'values': 'binary', }, - ROOM['livingLamp3']: { + ROOM['livingLampToyShelf']: { 'root': 'sonoff_3/switch/sonoff_basic_relay/command', 'values': 'binary', }, - ROOM['livingLamp4']: { + ROOM['livingLampPiano']: { 'root': 'sonoff_4/switch/sonoff_basic_relay/command', 'values': 'binary', }, - ROOM['livingLamp5']: { - 'root': 'sonoff_5/switch/sonoff_basic_relay/command', - 'values': 'binary', - }, ROOM['theater']: { 'root': 'theater_blaster/ir_out', 'values': 'theaterOutputs',