From 499ff0d31e6c2ea294b1f676d9a2e72c8a8ec805 Mon Sep 17 00:00:00 2001 From: Proddy Date: Mon, 13 Nov 2023 16:57:20 +0100 Subject: [PATCH] include (HS1) for standalone testing --- src/web/WebCustomizationService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/WebCustomizationService.cpp b/src/web/WebCustomizationService.cpp index 6f1e9f711..2a812a7e3 100644 --- a/src/web/WebCustomizationService.cpp +++ b/src/web/WebCustomizationService.cpp @@ -97,7 +97,7 @@ StateUpdateResult WebCustomization::update(JsonObject & root, WebCustomization & #ifdef EMSESP_STANDALONE // invoke some fake data for testing const char * json = "{\"ts\":[],\"as\":[],\"masked_entities\":[{\"product_id\":123,\"device_id\":8,\"entity_ids\":[\"08heatingactive|my custom " - "name for heating active\",\"08tapwateractive\"]}]}"; + "name for heating active (HS1)\",\"08tapwateractive\"]}]}"; StaticJsonDocument<500> doc; deserializeJson(doc, json); root = doc.as();