net: lwm2m: Add IPSO current sensor object
Add support for the current 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
2cab8772b5
commit
e0715556e7
5 changed files with 270 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
#define IPSO_OBJECT_HUMIDITY_SENSOR_ID 3304
|
||||
#define IPSO_OBJECT_LIGHT_CONTROL_ID 3311
|
||||
#define IPSO_OBJECT_ACCELEROMETER_ID 3313
|
||||
#define IPSO_OBJECT_CURRENT_SENSOR_ID 3317
|
||||
#define IPSO_OBJECT_PRESSURE_ID 3323
|
||||
#define IPSO_OBJECT_BUZZER_ID 3338
|
||||
#define IPSO_OBJECT_TIMER_ID 3340
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue