... | ... | @@ -238,6 +238,6 @@ There is a Map called `radioProtocols` add there an entry for the packet/device |
|
|
radioProtocols.put("A50401", A5_04_01Device.class);
|
|
|
}
|
|
|
```
|
|
|
The first string in the map is the identifier of the Packet Type that is used in the Address Management (see [Device and Address Management](#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. |