Matson MA98415: Initial support (#6212)

Protocol source: https://github.com/jakka351/Battery-Monitor-Protocol
This commit is contained in:
José Rebelo
2026-05-31 22:16:19 +01:00
parent fff6857367
commit a3dc90ed92
9 changed files with 198 additions and 26 deletions
@@ -200,6 +200,7 @@ public class AbstractDeviceCoordinatorTest extends TestBase {
put("C 20", DeviceType.C20); // #5495
put("OV-Touch2.6_LE", DeviceType.OVTOUCH26); // #5628
put("BPW4500", DeviceType.BRAUN_BPW4500); // #5886
put("MATSON Monitor", DeviceType.BM2_BATTERY_MONITOR); // #6212
}};
for (Map.Entry<String, DeviceType> e : bluetoothNameToExpectedType.entrySet()) {