add MQTT status topic (#1438)

This commit is contained in:
CaCO3
2022-11-30 20:26:11 +01:00
committed by GitHub
parent 6c51af7107
commit 7e997889aa
3 changed files with 20 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ void mqttServer_setParameter(std::vector<NumberPost*>* _NUMBERS, int interval, f
void mqttServer_setMeterType(std::string meterType, std::string valueUnit, std::string timeUnit,std::string rateUnit);
void setMqtt_Server_Retain(int SetRetainFlag);
void mqttServer_setMainTopic( std::string maintopic);
std::string mqttServer_getMainTopic();
void register_server_mqtt_uri(httpd_handle_t server);