KNX IoT
KNX IoT Point API stack implementation
|
Group Object Notification (s-mode messages) Can be used for receiving messages or sending messages. More...
#include <oc_knx.h>
Data Fields | |
uint32_t | ga |
group address More... | |
uint32_t | sia |
(source id) sender individual address More... | |
oc_string_t | st |
Service type code (write=w, read=r, response=rp) More... | |
oc_string_t | value |
generic value received. More... | |
Group Object Notification (s-mode messages) Can be used for receiving messages or sending messages.
generic structures:
Key translation
Json Key | Integer Value | type |
---|---|---|
value | 1 | object |
sia | 4 | uint32_t |
s | 5 | object |
st | 6 | string |
ga | 7 | uint32_t |
oc_string_t st |