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
parent
commit
40a8717e05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/rfbridge.ino

+ 1
- 1
code/espurna/rfbridge.ino View File

@ -379,7 +379,7 @@ void _rfbDecode() {
}
#if MQTT_SUPPORT
mqttSend(MQTT_TOPIC_RFIN, buffer);
mqttSend(MQTT_TOPIC_RFIN, buffer, false, false);
#endif
}


Loading…
Cancel
Save