mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Victron SmartShunt: Initial support
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user