From 0b2df96461a0f6d21b024757d0793c6f265a372c Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 3 Nov 2025 18:15:29 +0100 Subject: [PATCH] add message test --- test/test_api/api_test.http | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test/test_api/api_test.http b/test/test_api/api_test.http index 08cb74bf3..018f14d28 100755 --- a/test/test_api/api_test.http +++ b/test/test_api/api_test.http @@ -4,7 +4,7 @@ # The response will be shown in the right panel # @host = http://ems-esp.local -@host = http://192.168.1.223 +@host = http://192.168.1.65 @host_dev = http://10.10.10.175 @host_standalone = http://localhost:3080 @host_standalone2 = http://localhost:3082 @@ -17,6 +17,17 @@ GET {{host}}/api/system/info GET {{host}}/api/thermostat/seltemp +### + +POST {{host}}/api/system/message +Content-Type: application/json +Authorization: Bearer {{token}} + +{ + "value" : "system/settings/locale" +} + + ### POST {{host}}/api/thermostat/seltemp