Browse Source
Merge pull request #1679 from Niek/dev
Send RF MQTT message with retain off
rules-rpn
Xose Pérez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/rfbridge.ino
|
@ -379,7 +379,7 @@ void _rfbDecode() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#if MQTT_SUPPORT
|
|
|
#if MQTT_SUPPORT
|
|
|
mqttSend(MQTT_TOPIC_RFIN, buffer); |
|
|
|
|
|
|
|
|
mqttSend(MQTT_TOPIC_RFIN, buffer, false, false); |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|