From 64602a079f0324d7f23e0e15af7858deeed3d582 Mon Sep 17 00:00:00 2001 From: Sergio Catalan Date: Thu, 16 Nov 2023 08:10:54 +0100 Subject: [PATCH] Update driver_iwmtx5.cc Update driver iwmtx5 --- src/driver_iwmtx5.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver_iwmtx5.cc b/src/driver_iwmtx5.cc index 175ae7c..675f349 100644 --- a/src/driver_iwmtx5.cc +++ b/src/driver_iwmtx5.cc @@ -32,6 +32,7 @@ namespace di.setMeterType(MeterType::HeatMeter); di.addLinkMode(LinkMode::T1); di.addDetection(MANUFACTURER_BMT, 0x07, 0x18); + di.addDetection(MANUFACTURER_BMT, 0x06, 0x18); di.setConstructor([](MeterInfo& mi, DriverInfo& di){ return shared_ptr(new Driver(mi, di)); }); });