diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/waspos/WaspOSDeviceSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/waspos/WaspOSDeviceSupport.java index 86ea7e2f4..2163aa62f 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/waspos/WaspOSDeviceSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/waspos/WaspOSDeviceSupport.java @@ -493,6 +493,7 @@ public class WaspOSDeviceSupport extends AbstractBTLEDeviceSupport { o.put("t", "weather"); o.put("temp", weatherSpec.currentTemp); o.put("hum", weatherSpec.currentHumidity); + o.put("code", weatherSpec.currentConditionCode); o.put("txt", weatherSpec.currentCondition); o.put("wind", weatherSpec.windSpeed); o.put("loc", weatherSpec.location);