mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add message test
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# The response will be shown in the right panel
|
# The response will be shown in the right panel
|
||||||
|
|
||||||
# @host = http://ems-esp.local
|
# @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_dev = http://10.10.10.175
|
||||||
@host_standalone = http://localhost:3080
|
@host_standalone = http://localhost:3080
|
||||||
@host_standalone2 = http://localhost:3082
|
@host_standalone2 = http://localhost:3082
|
||||||
@@ -17,6 +17,17 @@ GET {{host}}/api/system/info
|
|||||||
|
|
||||||
GET {{host}}/api/thermostat/seltemp
|
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
|
POST {{host}}/api/thermostat/seltemp
|
||||||
|
|||||||
Reference in New Issue
Block a user