|
IOT-ESP32
|
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... | |
Interface for writing time-series data to InfluxDB.
| 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
| payload |
| void influx_queue_init | ( | ) |
Initialize the InfluxDB update queue and management task.