Add device registry

- add RegistryController
- add DeviceRegistryService
- add Helper.kt
- add device registry property
- set up registry property
This commit is contained in:
2024-12-14 02:30:38 +01:00
parent fe1b88cc97
commit 10f6486e37
10 changed files with 86 additions and 0 deletions

7
http/registry.http Normal file
View File

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