Definition in file humidity.h.
Go to the source code of this file.
Macros | |
#define | CONFIG_LWM2M_HUMIDITY_INSTANCES_MAX (1U) |
Maximum number of instances of the object. | |
#define | LWM2M_HUMIDITY_OBJECT_ID 3304 |
LwM2M Humidity Sensor object ID. | |
Typedefs | |
typedef lwm2m_obj_ipso_base_sensor_args_t | lwm2m_obj_humidity_args_t |
Arguments for the creation of a Humidity Sensor object instance. | |
Functions | |
lwm2m_object_t * | lwm2m_object_humidity_init (lwm2m_client_data_t *client_data) |
Initialize the Humidity Sensor object handle. | |
int32_t | lwm2m_object_humidity_instance_create (const lwm2m_obj_humidity_args_t *args) |
Create a new Humidity Sensor instance. | |
void | lwm2m_object_humidity_update_value (const lwm2m_client_data_t *client_data, uint16_t instance_id, int16_t value) |
Update the value of the humidity sensor and trigger a notification to the observing servers, if any. | |