Browse Source

Update pubMqttDefs.h

pull/1738/head
DanielR92 8 months ago
committed by GitHub
parent
commit
571260b2de
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      src/publisher/pubMqttDefs.h

6
src/publisher/pubMqttDefs.h

@ -56,7 +56,8 @@ enum {
MQTT_STATUS, MQTT_STATUS,
MQTT_LWT_ONLINE, MQTT_LWT_ONLINE,
MQTT_LWT_OFFLINE, MQTT_LWT_OFFLINE,
MQTT_ACK_PWR_LMT MQTT_ACK_PWR_LMT,
MQTT_TEMP_SENS_C
}; };
const char* const subtopics[] PROGMEM = { const char* const subtopics[] PROGMEM = {
@ -76,7 +77,8 @@ const char* const subtopics[] PROGMEM = {
"status", "status",
"connected", "connected",
"not_connected", "not_connected",
"ack_pwr_limit" "ack_pwr_limit",
"temp_sensor_c"
}; };
enum { enum {

Loading…
Cancel
Save