Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
New device
Browse files Browse the repository at this point in the history
  • Loading branch information
Keddnyo committed Jul 25, 2022
1 parent 3dfaf6a commit 620a249
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DeviceRepository {
"92" -> Device("Amazfit GTS 2 Mini GL", R.drawable.amazfit_gts_2_mini)
"98" -> Device("Amazfit GTR 2 eSIM", R.drawable.amazfit_gtr)

"104" -> Device("Amazfit GTS 2 Mini", R.drawable.amazfit_gts_2_mini)
"104" -> Device("Amazfit Smart Scale", R.drawable.amazfit_smart_scale)

"200" -> Device("Amazfit T-Rex Pro GL", R.drawable.amazfit_t_rex_pro)
"206" -> Device("Amazfit GTR 2e CH", R.drawable.amazfit_gtr_2e)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,14 +471,6 @@ class WearableRepository(val context: Context) {
isChineseRegion = false
),

// Amazfit GTS 2 Mini / Zepp
addWearable(
deviceSource = "104",
productionSource = "256",
isZeppLife = false,
isChineseRegion = false
),

// Amazfit GTS 2 Mini 2022 / Zepp
addWearable(
deviceSource = "243",
Expand Down Expand Up @@ -653,6 +645,14 @@ class WearableRepository(val context: Context) {
productionSource = "257",
isZeppLife = false,
isChineseRegion = false
),

// Amazfit Smart Scale / Zepp
addWearable(
deviceSource = "104",
productionSource = "256",
isZeppLife = false,
isChineseRegion = false
)
)
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 620a249

Please sign in to comment.