* Switch a remote switch off (Type D REV) * * @param sGroup Code of the switch group (A,B,C,D) * @param nDevice Number of the switch itself (1..3) */
| 133 | * @param nDevice Number of the switch itself (1..3) |
| 134 | */ |
| 135 | void RCSwitch::switchOff(char sGroup, int nDevice) { |
| 136 | this->sendTriState( this->getCodeWordD(sGroup, nDevice, false) ); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Switch a remote switch on (Type C Intertechno) |
nothing calls this directly
no test coverage detected