* 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) */
| 170 | * @param nDevice Number of the switch itself (1..3) |
| 171 | */ |
| 172 | void RCSwitch::switchOff(char sGroup, int nDevice) { |
| 173 | this->sendTriState( this->getCodeWordD(sGroup, nDevice, false) ); |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Switch a remote switch on (Type C Intertechno) |
nothing calls this directly
no test coverage detected