aboutsummaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h')
-rw-r--r--platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h b/platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h
index 5c41cef..7b28afc 100644
--- a/platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h
+++ b/platformio/common/libs/mqtt_module_temphum/homekit/mqtt/module/temphum.h
@@ -19,7 +19,7 @@ private:
public:
MqttTemphumModule(temphum::Sensor* _sensor) : MqttModule(10), sensor(_sensor) {}
- void init(Mqtt& mqtt) override;
+ void onConnect(Mqtt& mqtt) override;
void tick(Mqtt& mqtt) override;
};