mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Mi Band 3: Also send AQI for weather to make current temperature appear
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ public class AmazfitBipSupport extends MiBand2Support {
|
||||
LOG.error("Error sending current weather", ex);
|
||||
}
|
||||
|
||||
if (gbDevice.getType() == DeviceType.AMAZFITBIP) {
|
||||
if (gbDevice.getType() != DeviceType.AMAZFITCOR) {
|
||||
try {
|
||||
TransactionBuilder builder;
|
||||
builder = performInitialized("Sending air quality index");
|
||||
|
||||
Reference in New Issue
Block a user