Fixed spelling error

Mon, 16 Jul 2018 21:56:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Jul 2018 21:56:24 +0200
changeset 541
a5530abb16dd
parent 540
5a26429abbf8
child 542
73b63f431da2

Fixed spelling error

thermferm/mqtt.c file | annotate | diff | comparison | revisions
--- a/thermferm/mqtt.c	Mon Jul 16 17:23:22 2018 +0200
+++ b/thermferm/mqtt.c	Mon Jul 16 21:56:24 2018 +0200
@@ -571,7 +571,7 @@
     if (Config.temp_address || Config.hum_address) {
 	if (comma)
 	    payload = xstrcat(payload, (char *)",");
-	payload = xstrcat(payload, (char *)"\"HT\":{");
+	payload = xstrcat(payload, (char *)"\"THB\":{");
 	if (Config.temp_address) {
 	    payload = xstrcat(payload, (char *)"\"temperature\":");
 	    sprintf(buf, "%.1f", Config.temp_value / 1000.0);

mercurial