# HG changeset patch # User Michiel Broek # Date 1531770984 -7200 # Node ID a5530abb16dd1720c834046f1771fb57d169dadc # Parent 5a26429abbf89608e3bac5feb54d478f660b377a Fixed spelling error diff -r 5a26429abbf8 -r a5530abb16dd thermferm/mqtt.c --- 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);