remove emsesp namespace

This commit is contained in:
proddy
2025-11-22 22:34:28 +01:00
parent 132d1292ce
commit 2f21d0d94c

View File

@@ -1732,7 +1732,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
request.url("/api"); request.url("/api");
EMSESP::webAPIService.webAPIService(&request, json); EMSESP::webAPIService.webAPIService(&request, json);
emsesp::EMSESP::logger().warning("* these next ones should fail *"); EMSESP::logger().warning("* these next ones should fail *");
// write value from web - testing hc9/seltemp - should fail! // write value from web - testing hc9/seltemp - should fail!
char data8[] = "{\"id\":2,\"devicevalue\":{\"v\":\"55\",\"u\":1,\"n\":\"hc2 selected room temperature\",\"c\":\"hc9/seltemp\"}"; char data8[] = "{\"id\":2,\"devicevalue\":{\"v\":\"55\",\"u\":1,\"n\":\"hc2 selected room temperature\",\"c\":\"hc9/seltemp\"}";