From 2c52310006776572399feac1e38dbf569a518077 Mon Sep 17 00:00:00 2001 From: Tcharp38 Date: Tue, 5 Dec 2023 16:25:09 +0100 Subject: [PATCH] Xiaomi debug --- core/class/AbeilleParser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/AbeilleParser.class.php b/core/class/AbeilleParser.class.php index a2542fdee6..28c40cf5b5 100755 --- a/core/class/AbeilleParser.class.php +++ b/core/class/AbeilleParser.class.php @@ -3579,7 +3579,7 @@ function decode8002($dest, $payload, $lqi) { // xiaomiReportAttributeOld($dest, $srcAddr, $clustId, $plOld, $attrReportN); // // $pl = ''; // Full payload treated // } - if (($manufCode == '115F') || ($clustId == 'FCC0')) { // Xiaomi specific: displaying debug infos + if (($manufCode == '115F') || ($clustId == 'FCC0') || ($clustId == 'FF01')) { // Xiaomi specific: displaying debug infos $attrType = $attr['dataType']; if (($attrType == "41") || ($attrType == "42")) // Even if unhandled, displaying debug infos xiaomiDecodeTagsDebug($dest, $srcAddr, $clustId, $attrId, $attr['valueHex']);