This commit is contained in:
J. Nick Koston 2023-06-05 18:26:26 -05:00
parent bbbd17458d
commit b6221fbc01
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ namespace ratgdo {
void getRollingCode(const char* command);
void gdoStateLoop();
void statusUpdateLoop();
void readRollingCode(uint8_t &door, uint8_t &light, uint8_t &lock, uint8_t &motion, uint8_t &obstruction);
protected:
ESPPreferenceObject pref_;