Skip to content

Commit

Permalink
test bad format
Browse files Browse the repository at this point in the history
  • Loading branch information
wardru committed Feb 4, 2024
1 parent 2df9ff1 commit 496a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/interface.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string, attribute::s_ptr> attributes;
Expand Down

0 comments on commit 496a365

Please sign in to comment.