Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/rdf_to_mqtt.py @ 740:1f8abec7f687
more devices
Ignore-this: f4279781f8d09d5b75cb1f6e740a7898
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Feb 2020 23:58:26 -0800 |
parents | 03bad43bbcb3 |
children | 1135680fba5a |
comparison
equal
deleted
inserted
replaced
739:03bad43bbcb3 | 740:1f8abec7f687 |
---|---|
29 ROOM['livingLampShelf']: { | 29 ROOM['livingLampShelf']: { |
30 'root': 'sonoff_0/switch/sonoff_basic_relay/command', | 30 'root': 'sonoff_0/switch/sonoff_basic_relay/command', |
31 'ctx': ROOM['sonoff_0'], | 31 'ctx': ROOM['sonoff_0'], |
32 'values': 'binary', | 32 'values': 'binary', |
33 }, | 33 }, |
34 ROOM['livingLamp1']: { | |
35 'root': 'sonoff_1/switch/sonoff_basic_relay/command', | |
36 'ctx': ROOM['sonoff_1'], | |
37 'values': 'binary', | |
38 }, | |
39 ROOM['livingLamp2']: { | |
40 'root': 'sonoff_2/switch/sonoff_basic_relay/command', | |
41 'ctx': ROOM['sonoff_2'], | |
42 'values': 'binary', | |
43 }, | |
44 ROOM['livingLamp3']: { | |
45 'root': 'sonoff_3/switch/sonoff_basic_relay/command', | |
46 'ctx': ROOM['sonoff_3'], | |
47 'values': 'binary', | |
48 }, | |
49 ROOM['livingLamp4']: { | |
50 'root': 'sonoff_4/switch/sonoff_basic_relay/command', | |
51 'ctx': ROOM['sonoff_4'], | |
52 'values': 'binary', | |
53 }, | |
54 ROOM['livingLamp5']: { | |
55 'root': 'sonoff_5/switch/sonoff_basic_relay/command', | |
56 'ctx': ROOM['sonoff_5'], | |
57 'values': 'binary', | |
58 }, | |
59 #-t theater_blaster/ir_out -m 'input_game' | |
60 #-t theater_blaster/ir_out -m 'input_bd' | |
61 #-t theater_blaster/ir_out -m 'input_cbl' | |
62 #-t theater_blaster/ir_out -m 'input_pc' | |
63 #-t theater_blaster/ir_out/volume_up -m '{"times":1}' | |
64 #-t theater_blaster/ir_out/volume_down -m '{"times":1}' | |
34 } | 65 } |
35 | 66 |
36 | 67 |
37 class OutputPage(cyclone.web.RequestHandler): | 68 class OutputPage(cyclone.web.RequestHandler): |
38 def put(self): | 69 def put(self): |