DanielR92
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
2 deletions
-
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 { |
|
|