This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sartano [2013/09/25 18:52] curlymo |
sartano [2015/11/27 21:09] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
^Brand^Protocol^ | ^Brand^Protocol^ | ||
|Elro|sartano| | |Elro|sartano| | ||
+ | |**Elro Home Easy**|**elro_he**| | ||
Sender Arguments | Sender Arguments | ||
Line 22: | Line 23: | ||
"living": { | "living": { | ||
"name": "Living", | "name": "Living", | ||
- | "order": 1, | ||
"switch": { | "switch": { | ||
"name": "Switch", | "name": "Switch", | ||
- | "protocol": "elro", | + | "protocol": [ "elro" ], |
- | "systemcode": 31, | + | "id": [{ |
- | "unitcode": 1, | + | "systemcode": 31, |
+ | "unitcode": 1 | ||
+ | }], | ||
"state": "on" | "state": "on" | ||
} | } | ||
Line 36: | Line 38: | ||
Optional Settings | Optional Settings | ||
- | ^Setting^Format^Description^ | + | ^Setting^Default^Format^Description^ |
- | |states|Comma separated list|The order of the different states| | + | |states|"on,off"|Comma separated list|The order of the different states| |
+ | |readonly|0|1 or 0|Disable controlling this device from the GUIs| | ||
Protocol | Protocol | ||
Line 113: | Line 116: | ||
- Bits 49 and 50 are LOW (0) and HIGH (1) respectively (fixed footer) | - Bits 49 and 50 are LOW (0) and HIGH (1) respectively (fixed footer) | ||
This makes the protocol more accurate because it will respond less when arctech_old commands are sent. | This makes the protocol more accurate because it will respond less when arctech_old commands are sent. | ||
+ | |||
+ | **All bold features are to be found in the developmental code** |