From f929a8e843f3b88f89721e8440a7a73f0433bead Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 21 Oct 2024 20:45:38 +0200 Subject: [PATCH] update read command test --- src/test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 8768b0952..ef3cb8b67 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -1027,7 +1027,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const request.url("/api"); EMSESP::webAPIService.webAPIService(&request, json); - char data7[] = "{\"device\":\"system\", \"cmd\":\"read\",\"value\":\"08 221\"}"; + char data7[] = "{\"device\":\"system\", \"cmd\":\"read\",\"value\":\"10 234\"}"; deserializeJson(doc, data7); json = doc.as(); request.url("/api");