diff --git a/source/core/interface.hxx b/source/core/interface.hxx index 3ba6c69..022963b 100644 --- a/source/core/interface.hxx +++ b/source/core/interface.hxx @@ -35,7 +35,7 @@ struct itf_impl { int send_message(const nlohmann::json &data); itf_info info; - std::string topic_base; + std::string topic_base; std::string topic_cmd; mqtt_service *mqtt; std::unordered_map attributes;