change api to api/system

This commit is contained in:
Proddy
2023-12-29 12:04:40 +01:00
parent 4b831e864c
commit 9ca0782ae7
6 changed files with 32 additions and 51 deletions

View File

@@ -58,11 +58,12 @@ GET {{host}}/api/temperaturesensor/info
# Test on dev
#
GET {{host_dev}}/api/system/info
###
GET {{host_dev}}/api?device=system&cmd=test&data=general
###
GET {{host_dev}}/api?device=system&cmd=info
###
GET {{host_dev}}/api/boiler/info
###
GET {{host_dev}}/api/boiler/values
@@ -74,16 +75,14 @@ Authorization: Bearer {{token}}
###
GET {{host_dev}}/api/system/commands
###
POST {{host_dev}}/api
POST {{host_dev}}/api/system
Content-Type: application/json
Authorization: Bearer {{token}}
{
"device" : "system",
"entity" : "info",
"id" : 0
}
###
GET {{host_dev}}/rest/features
###