fix
This commit is contained in:
parent
7fac669b3f
commit
e82db9ca37
|
@ -100,17 +100,30 @@ namespace ratgdo {
|
||||||
void set_rolling_codes(bool useRollingCodes);
|
void set_rolling_codes(bool useRollingCodes);
|
||||||
void transmit(const uint8_t*);
|
void transmit(const uint8_t*);
|
||||||
void sync();
|
void sync();
|
||||||
void openDoor();
|
|
||||||
void closeDoor();
|
|
||||||
void toggleLight();
|
|
||||||
void toggleDoor();
|
|
||||||
void sendSyncCodes();
|
void sendSyncCodes();
|
||||||
|
|
||||||
void obstructionLoop();
|
void obstructionLoop();
|
||||||
void obstructionDetected();
|
void obstructionDetected();
|
||||||
void obstructionCleared();
|
void obstructionCleared();
|
||||||
|
|
||||||
|
void toggleDoor();
|
||||||
|
void openDoor();
|
||||||
|
void closeDoor();
|
||||||
|
void stopDoor();
|
||||||
void sendDoorStatus();
|
void sendDoorStatus();
|
||||||
|
|
||||||
|
void toggleLight();
|
||||||
|
void lightOn();
|
||||||
|
void lightOff();
|
||||||
|
void sendLightStatus();
|
||||||
|
|
||||||
|
void toggleLock();
|
||||||
|
void lock();
|
||||||
|
void unlock();
|
||||||
|
void sendLockStatus();
|
||||||
|
|
||||||
|
void sendMotionStatus();
|
||||||
|
|
||||||
void doorStateLoop();
|
void doorStateLoop();
|
||||||
void dryContactLoop();
|
void dryContactLoop();
|
||||||
void printRollingCode();
|
void printRollingCode();
|
||||||
|
|
Loading…
Reference in New Issue