This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pollin [2014/04/29 20:27] curlymo |
pollin [2015/11/27 21:09] (current) |
||
---|---|---|---|
Line 6: | Line 6: | ||
|Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | |Config|{{http://wiki.pilight.org/lib/images/supported.gif}}| | ||
- | Supported Brands | + | ==== Supported Brands ==== |
^Brand^Protocol^ | ^Brand^Protocol^ | ||
- | |**Pollin**|**pollin**| | + | |Pollin|pollin| |
- | Sender Arguments | + | ==== Sender Arguments ==== |
<code> | <code> | ||
-s --systemcode=systemcode control a device with this systemcode | -s --systemcode=systemcode control a device with this systemcode | ||
Line 18: | Line 18: | ||
</code> | </code> | ||
- | Config | + | ==== Config ==== |
<code> | <code> | ||
"living": { | "living": { | ||
Line 35: | Line 35: | ||
</code> | </code> | ||
- | Optional Settings | + | ==== Optional Settings ==== |
^Setting^Default^Format^Description^ | ^Setting^Default^Format^Description^ | ||
|gui-readonly|0|1 or 0|Disable controlling this device from the GUIs| | |gui-readonly|0|1 or 0|Disable controlling this device from the GUIs| | ||
- | Protocol | + | ==== Protocol ==== |
This protocol sends 50 pulses like this | This protocol sends 50 pulses like this | ||
Line 114: | Line 114: | ||
- 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** |