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
d5cdc36615
commit
858157c7a0
@ -8,6 +8,12 @@ namespace ratgdo {
|
||||
|
||||
// Forward declare RATGDOComponent
|
||||
class RATGDOComponent;
|
||||
// Forward declare enums
|
||||
enum DoorState;
|
||||
enum LightState;
|
||||
enum LockState;
|
||||
enum MotionState;
|
||||
enum ObstructionState;
|
||||
|
||||
class RATGDOClient : public Parented<RATGDOComponent> {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user