mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 09:35:50 +01:00
Garmin Instinct Solar: Add "Dual Power" version (#4380)
This commit is contained in:
parent
4169c8319a
commit
95b9009318
@ -9,7 +9,7 @@ import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
|
||||
public class GarminInstinctSolarCoordinator extends GarminCoordinator {
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("^Instinct Solar$");
|
||||
return Pattern.compile("^Instinct (Solar|Dual Power)$");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user