/* INFLUXDB MODULE Copyright (C) 2017-2019 by Xose PĂ©rez */ #include "espurna.h" #if INFLUXDB_SUPPORT #include bool idbSend(const char * topic, unsigned char id, const char * payload); bool idbSend(const char * topic, const char * payload); bool idbEnabled(); void idbSetup(); #endif // INFLUXDB_SUPPORT