mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 10:44:13 +01:00
Update event.h
This commit is contained in:
parent
0e0feec862
commit
dbb7703efb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace event {
|
|||
|
||||
class Event : public EntityBase, public EntityBase_DeviceClass {
|
||||
public:
|
||||
const std::string *last_event_type_;
|
||||
const std::string *last_event_type;
|
||||
|
||||
void trigger(const std::string &event_type);
|
||||
void set_event_types(const std::set<std::string> &event_types) { this->types_ = event_types; }
|
||||
|
|
Loading…
Reference in a new issue