Victron SmartShunt: Initial support

This commit is contained in:
José Rebelo
2026-06-11 21:34:11 +01:00
parent 82483cfee9
commit 1f65fc26eb
8 changed files with 328 additions and 0 deletions
@@ -202,6 +202,7 @@ public class BluetoothNameTest extends TestBase {
put("BPW4500", DeviceType.BRAUN_BPW4500); // #5886
put("MATSON Monitor", DeviceType.BM2_BATTERY_MONITOR); // #6212
put("Xiaomi Smart Band 10 Pro AB01", DeviceType.MIBAND10PRO); // #6248
put("SmartShunt HQ2303UCHFV", DeviceType.VICTRON_SMARTSHUNT); // #6263
}};
for (Map.Entry<String, DeviceType> e : bluetoothNameToExpectedType.entrySet()) {