rename register_mqtt_cmd to register_cmd and rename some device names

This commit is contained in:
Proddy
2021-04-07 18:53:14 +02:00
parent 314fff587c
commit 5fe5750130
7 changed files with 131 additions and 125 deletions

View File

@@ -404,8 +404,6 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd) {
run_test("boiler");
DynamicJsonDocument doc(EMSESP_JSON_SIZE_LARGE_DYN);
JsonObject json = doc.to<JsonObject>();
// device type, command, data
Command::call(EMSdevice::DeviceType::BOILER, "wwtapactivated", "false");
}