... | ... | @@ -245,3 +245,13 @@ There is a Map called `radioProtocols` add there an entry for the packet/device |
|
|
The first string in the map is the EEP packet description([EEP]) that is used in the Address Management (see [Device and Address Management](#device)).
|
|
|
|
|
|
For other examples of the implementation of packets/devices see the code. `A5_04_01Device.java` is a simple one and `D2_01_08Device.java` is an example that also can send EnOcean Messages.
|
|
|
|
|
|
## How to Pre-Register a Device at the Public Backend
|
|
|
|
|
|
If a device is pre-registered and the automated device recogintion is enabled ("true") within the EnOcean Bundle, the device with its UID will be automatically configured in the Address Management. Here is an example how to pre-register a device:
|
|
|
|
|
|

|
|
|
|
|
|
Be sure to have a valid JWT Bearer for authentication. The token has to be valid for a CA scope:
|
|
|
|
|
|
 |
|
|
\ No newline at end of file |