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

View File

@@ -12,6 +12,7 @@ Classes and endpoints, to shape and to steer, Devices and sensors, their purpose
| server.ssl.key-store | * | HTTP Keystore |
| server.ssl.key-store-type | * | HTTP Cert Type |
| server.ssl.key-store-password | ** | HTTP Cert Pass |
| device-registry.url | * | Device Register URL |
Required: * can be stored as text, and ** need to be stored as secret.