add DeviceController

This commit is contained in:
2024-11-22 15:26:58 +01:00
parent 9b5f2e8d17
commit 3efaaf390b
4 changed files with 106 additions and 4 deletions

7
http/device.http Normal file
View File

@@ -0,0 +1,7 @@
### register device for a type
POST {{hostname}}/device
Content-Type: application/json
{
"type": "00000000-0000-0000-0000-000000000000"
}