MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / switchOff

Method switchOff

Arduino/libraries/RCSwitch/RCSwitch.cpp:135–137  ·  view source on GitHub ↗

* 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) */

Source from the content-addressed store, hash-verified

133 * @param nDevice Number of the switch itself (1..3)
134 */
135void 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)

Callers

nothing calls this directly

Calls 5

sendTriStateMethod · 0.95
getCodeWordDMethod · 0.95
getCodeWordCMethod · 0.95
getCodeWordBMethod · 0.95
getCodeWordAMethod · 0.95

Tested by

no test coverage detected