Skip to content

Commit

Permalink
VE.Direct MQTT HASS: make publishConfig private
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen authored and AndreasBoehm committed Dec 7, 2024
1 parent 8c0cab1 commit afcbc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MqttHandleVedirectHass.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
class MqttHandleVedirectHassClass {
public:
void init(Scheduler& scheduler);
void publishConfig();
void forceUpdate();

private:
void loop();
void publishConfig();
void publish(const String& subtopic, const String& payload);
void publishBinarySensor(const char *caption, const char *icon, const char *subTopic,
const char *payload_on, const char *payload_off,
Expand Down

0 comments on commit afcbc95

Please sign in to comment.