loop
This commit is contained in:
parent
9b5f36886e
commit
0e614daee4
|
@ -142,7 +142,7 @@ namespace ratgdo {
|
||||||
void sendRollingCodeChanged();
|
void sendRollingCodeChanged();
|
||||||
void setRollingCodeCounter(uint32_t counter);
|
void setRollingCodeCounter(uint32_t counter);
|
||||||
void sendCommandAndSaveCounter(cmd command);
|
void sendCommandAndSaveCounter(cmd command);
|
||||||
LightState RATGDOComponent::get_light_state();
|
LightState getLightState();
|
||||||
/** Register a child component. */
|
/** Register a child component. */
|
||||||
void register_child(RATGDOClient* obj);
|
void register_child(RATGDOClient* obj);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue