mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 10:05:49 +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 {
|
public class GarminInstinctSolarCoordinator extends GarminCoordinator {
|
||||||
@Override
|
@Override
|
||||||
protected Pattern getSupportedDeviceName() {
|
protected Pattern getSupportedDeviceName() {
|
||||||
return Pattern.compile("^Instinct Solar$");
|
return Pattern.compile("^Instinct (Solar|Dual Power)$");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user