mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add tests for custom entities
This commit is contained in:
@@ -74,6 +74,20 @@ Authorization: Bearer {{token}}
|
||||
|
||||
GET {{host}}/api/boiler/commands
|
||||
|
||||
###
|
||||
|
||||
POST {{host}}/api/custom/test_custom
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"value" : 22.0
|
||||
}
|
||||
|
||||
###
|
||||
|
||||
GET {{host}}/api/custom/test_custom
|
||||
|
||||
#
|
||||
# Test on dev
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user