net: lwm2m: Add IPSO filling sensor object
Add support for the filling sensor object used by the MG100 and BT610 LwM2M demo. Signed-off-by: Andrew Hedin <andrew.hedin@lairdconnect.com>
This commit is contained in:
parent
270608139f
commit
a6f831fea6
6 changed files with 296 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
#define IPSO_OBJECT_TIMER_ID 3340
|
||||
#define IPSO_OBJECT_ONOFF_SWITCH_ID 3342
|
||||
#define IPSO_OBJECT_PUSH_BUTTON_ID 3347
|
||||
#define IPSO_OBJECT_FILLING_LEVEL_SENSOR_ID 3435
|
||||
/* clang-format on */
|
||||
|
||||
typedef void (*lwm2m_socket_fault_cb_t)(int error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue