From 8c4e8f5fa65370d6c191402f15a654bbd35ebf34 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 23 Jun 2024 11:35:55 +0200 Subject: [PATCH] add /rest test --- test/api_test.http | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/api_test.http b/test/api_test.http index 04d447f88..8af1807e8 100755 --- a/test/api_test.http +++ b/test/api_test.http @@ -65,6 +65,14 @@ GET {{host}}/api/temperaturesensor/info ### +GET {{host}}/rest/deviceData?id=3 +Content-Type: application/json +Authorization: Bearer {{token}} + +### + +GET {{host}}/api/boiler/commands + # # Test on dev #