Removed unneeded variable

This commit is contained in:
Pieter Kokx 2024-11-16 16:22:33 +01:00
parent dfbd5eabc2
commit ab65500420
No known key found for this signature in database
GPG Key ID: BD73BAB527D54451
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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