add Makefile back - needed for sonar

This commit is contained in:
proddy
2024-06-14 23:18:19 +02:00
parent d9906b0da4
commit c7b7952303
5 changed files with 7793 additions and 3 deletions

View File

@@ -1186,7 +1186,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
EMSESP::mqtt_.incoming("ems-esp/thermostat/mode/auto", "auto"); // invalid, not allowed
// check extended MQTT base
Mqtt::base("home/cellar/heating");
// Mqtt::base("home/cellar/heating");
EMSESP::mqtt_.incoming("home/cellar/heating/thermostat/mode"); // empty payload
// Web API TESTS