]> mj.ucw.cz Git - home-hw.git/blobdiff - bsb/daemon/burrow-bsbd.c
README
[home-hw.git] / bsb / daemon / burrow-bsbd.c
index 2ffb94f9afbf0cf8fbe01ca6451deb76cc8716b9..d855b4743af434a41df9a9acf6c031a0382ce8a1 100644 (file)
@@ -205,7 +205,7 @@ static void process_info(time_t t, byte *p, uint len)
                case 0x0500006b:
                        if (len >= 2) {
                                int err = get_u16_be(p);
-                               mqtt_publish("burrow/heating/error", "%04x %lld", err, (long long) t);
+                               mqtt_publish("burrow/heating/error", "%d %lld", err, (long long) t);
                        }
                        break;
                case 0x0500006c: