This commit is contained in:
Hendrik Groove 2025-09-09 21:09:48 +02:00
parent ac8d902c08
commit 29235365dc
2 changed files with 0 additions and 6 deletions

View File

@ -19,11 +19,6 @@ TrumaiNetBoxApp::TrumaiNetBoxApp() {
this->timer_.set_parent(this);
}
void TrumaiNetBoxApp::setup() {
LinBusProtocol::setup();
this->stream_send_test(COMPONENT_VERSION);
}
void TrumaiNetBoxApp::update() {
// Call listeners in after method 'lin_multiframe_recieved' call.
// Because 'lin_multiframe_recieved' is time critical an all these sensors can take some time.

View File

@ -23,7 +23,6 @@ namespace truma_inetbox {
class TrumaiNetBoxApp : public LinBusProtocol {
public:
TrumaiNetBoxApp();
void setup() override;
void update() override;
const std::array<u_int8_t, 4> lin_identifier() override;