comment changes

This commit is contained in:
proddy
2021-07-28 10:40:17 +02:00
parent 39fef48915
commit aa9ba65f70
2 changed files with 4 additions and 1 deletions

View File

@@ -947,6 +947,9 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd) {
request.url("/api/system/commands");
EMSESP::webAPIService.webAPIService_get(&request);
request.url("/api/boiler/info");
EMSESP::webAPIService.webAPIService_get(&request);
// POST
request.method(HTTP_POST);
request.url("/api/system/commands");