mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Amazfit Bip 6: Add device sources
This commit is contained in:
+7
-2
@@ -16,7 +16,8 @@
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
package nodomain.freeyourgadget.gadgetbridge.devices.huami.zeppos.watches;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import nodomain.freeyourgadget.gadgetbridge.R;
|
||||
@@ -32,7 +33,11 @@ public class AmazfitBip6Coordinator extends ZeppOsCoordinator {
|
||||
|
||||
@Override
|
||||
public Set<Integer> getDeviceSources() {
|
||||
return Collections.emptySet(); // TODO: not yet listed on the website
|
||||
return new HashSet<>(Arrays.asList(
|
||||
9765120, // chinese mainland version
|
||||
9765121,
|
||||
10158337
|
||||
));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user