Skip to content
Snippets Groups Projects

Rename "recycle" notification to "recycled".

Closed Rick Parrish requested to merge Ree/mqtt-recycled into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -482,7 +482,7 @@ static void mqtt_connect_callback(struct mosquitto* mosq, void* cbdata, int rc)
mqtt_subscribe(mqtt, TOPIC_BBS, str, sizeof(str), "exec");
mqtt_subscribe(mqtt, TOPIC_BBS, str, sizeof(str), "call");
}
mqtt_pub_noval(mqtt, TOPIC_SERVER, "recycle");
mqtt_pub_noval(mqtt, TOPIC_SERVER, "recycled");
mqtt_pub_noval(mqtt, TOPIC_SERVER, "client");
mqtt_subscribe(mqtt, TOPIC_SERVER, str, sizeof(str), "recycle");
mqtt_subscribe(mqtt, TOPIC_HOST, str, sizeof(str), "recycle");
Loading