mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
convert a few more
This commit is contained in:
@@ -270,10 +270,10 @@ class LvglComponent : public PollingComponent {
|
||||
|
||||
class IdleTrigger : public Trigger<> {
|
||||
public:
|
||||
explicit IdleTrigger(LvglComponent *parent, TemplatableValue<uint32_t> timeout);
|
||||
explicit IdleTrigger(LvglComponent *parent, TemplatableFn<uint32_t> timeout);
|
||||
|
||||
protected:
|
||||
TemplatableValue<uint32_t> timeout_;
|
||||
TemplatableFn<uint32_t> timeout_;
|
||||
bool is_idle_{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user