net: lwm2m: add IPSO Accelerometer object support
This IPSO object can be used to represent a 1-3 axis accelerometer. Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
3e7d374cd2
commit
3d3af7114e
4 changed files with 157 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
#define IPSO_OBJECT_TEMP_SENSOR_ID 3303
|
||||
#define IPSO_OBJECT_LIGHT_CONTROL_ID 3311
|
||||
#define IPSO_OBJECT_ACCELEROMETER_ID 3313
|
||||
#define IPSO_OBJECT_BUZZER_ID 3338
|
||||
#define IPSO_OBJECT_TIMER_ID 3340
|
||||
#define IPSO_OBJECT_ONOFF_SWITCH_ID 3342
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue