mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
get rid of strings
This commit is contained in:
parent
3b37318621
commit
72ee19f762
@ -169,7 +169,7 @@ namespace ratgdo {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
ESPPreferenceObject pref_;
|
ESPPreferenceObject pref_;
|
||||||
std::vector<RATGDOComponent*> children_;
|
std::vector<RATGDOClient*> children_;
|
||||||
RATGDOStore store_ {};
|
RATGDOStore store_ {};
|
||||||
|
|
||||||
InternalGPIOPin* output_gdo_pin_;
|
InternalGPIOPin* output_gdo_pin_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user