This commit is contained in:
J. Nick Koston 2023-06-09 16:39:49 -05:00
parent 9b5f36886e
commit 0e614daee4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ namespace ratgdo {
void sendRollingCodeChanged();
void setRollingCodeCounter(uint32_t counter);
void sendCommandAndSaveCounter(cmd command);
LightState RATGDOComponent::get_light_state();
LightState getLightState();
/** Register a child component. */
void register_child(RATGDOClient* obj);