mirror of
https://github.com/esphome/esphome.git
synced 2024-12-31 18:07:48 +01:00
Removed unneeded variable
This commit is contained in:
parent
dfbd5eabc2
commit
ab65500420
@ -48,9 +48,6 @@ class DucoSelect : public DucoDevice, public PollingComponent, public select::Se
|
||||
void receive_response(std::vector<uint8_t> message) override;
|
||||
|
||||
void control(const std::string &value) override;
|
||||
|
||||
protected:
|
||||
uint8_t attempts = 0;
|
||||
};
|
||||
|
||||
} // namespace duco
|
||||
|
@ -16,9 +16,6 @@ class DucoSerial : public DucoDevice, public PollingComponent, public text_senso
|
||||
float get_setup_priority() const override;
|
||||
|
||||
void receive_response(std::vector<uint8_t> message) override;
|
||||
|
||||
protected:
|
||||
uint8_t attempts = 0;
|
||||
};
|
||||
|
||||
} // namespace duco
|
||||
|
Loading…
Reference in New Issue
Block a user