get rid of strings
This commit is contained in:
parent
37b90c21bb
commit
1237dc6793
|
@ -155,11 +155,11 @@ namespace ratgdo {
|
||||||
void doorStateLoop();
|
void doorStateLoop();
|
||||||
void dryContactLoop();
|
void dryContactLoop();
|
||||||
void printRollingCode();
|
void printRollingCode();
|
||||||
void getRollingCode(const char* command);
|
void getRollingCode(Commands command);
|
||||||
void gdoStateLoop();
|
void gdoStateLoop();
|
||||||
void statusUpdateLoop();
|
void statusUpdateLoop();
|
||||||
void readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction);
|
void readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction);
|
||||||
void sendCommand(const char* command);
|
void sendCommand(Commands command);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ESPPreferenceObject pref_;
|
ESPPreferenceObject pref_;
|
||||||
|
|
Loading…
Reference in New Issue