This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Publish status message just after HA dicovery message
fastled
Xose Pérez
7 years ago
parent
1839faced6
commit
758416bc87
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/homeassitant.ino
+ 1
- 1
code/espurna/homeassitant.ino
View File
@ -68,7 +68,7 @@ void haSend(bool add) {
"
/config
"
;
"
/config
"
;
mqttSendRaw
(
topic
.
c_str
(
)
,
output
.
c_str
(
)
)
;
mqttSendRaw
(
topic
.
c_str
(
)
,
output
.
c_str
(
)
)
;
mqttSend
(
MQTT_TOPIC_STATUS
,
1
)
;
mqttSend
(
MQTT_TOPIC_STATUS
,
MQTT_STATUS_ONLINE
,
true
)
;
}
}
Write
Preview
Loading…
Cancel
Save