Searched refs:sensor_sample (Results 1 – 3 of 3) sorted by relevance
11 struct sensor_sample { struct44 int device_read_sensor(struct sensor_sample *sample);
35 JSON_OBJ_DESCR_PRIM(struct sensor_sample, unit, JSON_TOK_STRING),36 JSON_OBJ_DESCR_PRIM(struct sensor_sample, value, JSON_TOK_NUMBER),270 struct sensor_sample sample; in get_mqtt_payload()
55 int device_read_sensor(struct sensor_sample *sample) in device_read_sensor()