Mi Band 3: Also send AQI for weather to make current temperature appear

This commit is contained in:
Andreas Shimokawa 2018-07-16 14:19:02 +02:00
parent dc1e831630
commit 46f3686764
1 changed files with 1 additions and 1 deletions

View File

@ -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");