Loading...
Searching...
No Matches
current.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024 HAW Hamburg
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
89#ifndef OBJECTS_CURRENT_H
90#define OBJECTS_CURRENT_H
91
92#ifdef __cplusplus
93extern "C" {
94#endif
95
96#include "liblwm2m.h"
97#include "lwm2m_client.h"
99
108#ifndef CONFIG_LWM2M_CURRENT_INSTANCES_MAX
109#define CONFIG_LWM2M_CURRENT_INSTANCES_MAX (1U)
110#endif
116#define LWM2M_CURRENT_OBJECT_ID 3317
117
122
130lwm2m_object_t *lwm2m_object_current_init(lwm2m_client_data_t *client_data);
131
142
152 uint16_t instance_id, int16_t value);
153
154#ifdef __cplusplus
155}
156#endif
157
158#endif /* OBJECTS_CURRENT_H */
lwm2m_obj_ipso_base_sensor_args_t lwm2m_obj_current_args_t
Arguments for the creation of a Current Sensor object instance.
Definition current.h:121
void lwm2m_object_current_update_value(const lwm2m_client_data_t *client_data, uint16_t instance_id, int16_t value)
Update the value of the current sensor and trigger a notification to the observing servers,...
int32_t lwm2m_object_current_instance_create(const lwm2m_obj_current_args_t *args)
Create a new Current Sensor instance.
lwm2m_object_t * lwm2m_object_current_init(lwm2m_client_data_t *client_data)
Initialize the Current Sensor object handle.
Definitions and public API for a LwM2M client using Wakaama.
LwM2M client descriptor.
Arguments for the creation of an object based on the IPSO Sensor Base object instance.