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