| Line 5: |
Line 5: |
| | {{Infobox module | | {{Infobox module |
| | | name = DW-IO.C | | | name = DW-IO.C |
| − | | image = DW-SW16C.png | + | | image = DW-IOC.png |
| | | outCount = | | | outCount = |
| | | dimmOut = | | | dimmOut = |
| Line 120: |
Line 120: |
| | !Name!!Type, range!!SUBID!!Default!!Description | | !Name!!Type, range!!SUBID!!Default!!Description |
| | |- | | |- |
| − | |in||char[16]||98||'BBBBBBBBGGGGGGGG'||Each char is responsible for the type of a particular channel | + | |io||char[16]||98||'4---1-T-3-----'||Each char is responsible for the type of a particular channel |
| − | *'B'-Button, button of bell a type; | + | *'0' - led-dimmer |
| − | *'C'-Inverted button, inverse button of a bell type (for normally-closed); | + | *'1' - halogen-dimmer |
| − | *'D'-Backlit button, illuminated button; | + | *'2' - linear-dimmer |
| − | *'E'-Inverted backlit button, inverse illuminated button; | + | *'3'..'6' - RGB-3..6 channels |
| − | *'S'-Switch, fixed switch; | + | *'z' - WS-string |
| − | *'K'-Contact, reed contact; | + | |
| − | *'H'-Inverted contact, invers reed contact; | + | *'e' - led-button inverse |
| − | *'G'-GND, is used as earthing; | + | *'d' - led-button |
| − | *'-'-none, nothing is connected. | + | *'c' - button inverse |
| − | Example: in='DEHHHHBB- -CCSSSG' | + | *'b' - button |
| | + | *'s' - switch |
| | + | *'k' - contact inverse |
| | + | *'h' - contact |
| | + | *'l' - leak |
| | + | *'n' - Neptun |
| | + | *'v' - motion inverse |
| | + | *'v' - motion |
| | + | *'r' - thermo-resistor |
| | + | *'t' - DALLAS |
| | + | |
| | + | *'-' - none |
| | + | Example: io='4---1-T-3-----' |
| | |} | | |} |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |