add message test

This commit is contained in:
proddy
2025-11-03 18:15:29 +01:00
parent f66c3ff322
commit 0b2df96461

View File

@@ -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