From 9334f372bdd31ef3295fea0212c578a1288adb2e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 19:22:23 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index b7c3329..a52f38c 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -114,6 +114,7 @@ namespace ratgdo { 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); protected: ESPPreferenceObject pref_;