get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:41:14 -05:00
parent 37b90c21bb
commit 1237dc6793
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -155,11 +155,11 @@ namespace ratgdo {
void doorStateLoop();
void dryContactLoop();
void printRollingCode();
void getRollingCode(const char* command);
void getRollingCode(Commands command);
void gdoStateLoop();
void statusUpdateLoop();
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:
ESPPreferenceObject pref_;