From 06737be187a8acbe594fe5dec5b50b01649ac037 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 2 Apr 2020 17:19:11 +0200 Subject: [PATCH] Update header --- src/hasp_mqtt.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hasp_mqtt.h b/src/hasp_mqtt.h index 344dc75d..bd8d7d92 100644 --- a/src/hasp_mqtt.h +++ b/src/hasp_mqtt.h @@ -11,12 +11,7 @@ void mqttReconnect(); void IRAM_ATTR mqtt_send_state(const __FlashStringHelper * subtopic, const char * payload); void IRAM_ATTR mqtt_send_input(uint8_t id, const char * payload); - -// attributes void IRAM_ATTR mqtt_send_obj_attribute_str(uint8_t pageid, uint8_t btnid, const char * attribute, const char * data); -/*void IRAM_ATTR mqtt_send_attribute_txt(uint8_t pageid, uint8_t btnid, const char * txt); -void IRAM_ATTR mqtt_send_attribute_val(uint8_t pageid, uint8_t btnid, int32_t val); -void IRAM_ATTR mqtt_send_attribute_event(uint8_t pageid, uint8_t btnid, const char * event);*/ void mqtt_send_statusupdate(void); bool IRAM_ATTR mqttIsConnected(void);