IOT-ESP32
influx.h File Reference

Interface for writing time-series data to InfluxDB. More...

Functions

void influx_queue_init ()
 Initialize the InfluxDB update queue and management task. More...
 
void influx_queue_payload (device_data_t *payload)
 Schedule async update to InfluxDB. More...
 

Detailed Description

Interface for writing time-series data to InfluxDB.

Function Documentation

◆ influx_queue_payload()

void influx_queue_payload ( device_data_t *  payload)

Schedule async update to InfluxDB.

Parse the payload and schedule updates, allowing the payload heap allocation to be free'd immediately

Parameters
payload

◆ influx_queue_init()

void influx_queue_init ( )

Initialize the InfluxDB update queue and management task.