add tests for custom entities

This commit is contained in:
proddy
2025-04-23 21:30:02 +02:00
parent 1fa7a6c549
commit 5047f1752e
4 changed files with 87 additions and 20 deletions

View File

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