This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sartano [2013/09/27 08:08] curlymo |
sartano [2013/11/21 22:01] curlymo |
||
---|---|---|---|
Line 9: | Line 9: | ||
^Brand^Protocol^ | ^Brand^Protocol^ | ||
|Elro|sartano| | |Elro|sartano| | ||
+ | |**Elro Home Easy**|**elro_he**| | ||
Sender Arguments | Sender Arguments | ||
Line 24: | Line 25: | ||
"switch": { | "switch": { | ||
"name": "Switch", | "name": "Switch", | ||
- | "protocol": "elro", | + | "protocol": [ "elro" ], |
"id": [{ | "id": [{ | ||
"systemcode": 31, | "systemcode": 31, | ||
Line 39: | Line 40: | ||
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
|states|"on,off"|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 114: | 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** |