... | ... | @@ -135,7 +135,7 @@ Here is a List of implemented EEP packets and devices |
|
|
It is used for Rocker Switch and 2 Rocker (e.g.: Telefunken Doppeltaster)
|
|
|
|
|
|
* DTO's for incoming data:
|
|
|
* ButtonDTO: Actual state (ON or OFF) and the label of the button. Because there can be 4 different buttons on a device
|
|
|
* ButtonDTO: Actual state (ON or OFF) and the label of the button. Because there can be 4 different buttons on a device (A0/A1/B0/B1)
|
|
|
|
|
|
* <a name="rcm250"></a>RCM250
|
|
|
|
... | ... | @@ -144,7 +144,7 @@ Here is a List of implemented EEP packets and devices |
|
|
The EnOcean ID of the device must be 0xFFFFFFFF (broadcast).
|
|
|
|
|
|
* DTO's for outgoing data/controls:
|
|
|
* SwitchDTO: Turns the device ON or OFF. If state is set to NULL returns actual state
|
|
|
* SwitchDTO: Turns the device ON or OFF.
|
|
|
|
|
|
|
|
|
## How to add a new Device/ EEP Packet
|
... | ... | |