blueair-api 1.15.0__py3-none-any.whl → 1.15.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
blueair_api/device.py CHANGED
@@ -40,7 +40,6 @@ class Device(CallbacksMixin):
40
40
  self.uuid = uuid
41
41
  self.name = name
42
42
  self.mac = mac
43
- _LOGGER.debug(f"creating blueair device: {self}")
44
43
 
45
44
  async def init(self):
46
45
  info = await self.api.get_info(self.uuid)
@@ -51,6 +50,7 @@ class Device(CallbacksMixin):
51
50
  self.mcu_firmware = info["mcuFirmware"]
52
51
  self.wlan_driver = info["wlanDriver"]
53
52
  self.room_location = info["roomLocation"]
53
+ _LOGGER.debug(f"init blueair device: {self}")
54
54
 
55
55
  async def refresh(self):
56
56
  _LOGGER.debug("Requesting current attributes...")
@@ -72,6 +72,7 @@ class Device(CallbacksMixin):
72
72
  self.wifi_working = attributes["wifi_status"] == "1"
73
73
  else:
74
74
  self.wifi_working = False
75
+ _LOGGER.debug(f"refreshed blueair device: {self}")
75
76
  self.publish_updates()
76
77
 
77
78
  async def set_fan_speed(self, new_speed):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: blueair_api
3
- Version: 1.15.0
3
+ Version: 1.15.1
4
4
  Summary: Blueair Api Wrapper
5
5
  Author-email: Brendan Dahl <dahl.brendan@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/dahlb/blueair_api
@@ -1,7 +1,7 @@
1
1
  blueair_api/__init__.py,sha256=gk2CZWEnEo4FlP7VcJsDs1kujZ_ryXF5H9n3Kd-4WWo,313
2
2
  blueair_api/callbacks.py,sha256=eqgfe1qN_NNWOp2qNSP123zQJxh_Ie6vZXp5EHp6ePc,757
3
3
  blueair_api/const.py,sha256=fRth29dQT1dguM7L4ij8pDefB_vBrevAHqTdfNvSugs,1048
4
- blueair_api/device.py,sha256=Dt6_aowDdcgPuTbTuqe4WoTX7hQb7483JI_wlCT5-Ts,2548
4
+ blueair_api/device.py,sha256=qabW3IH5AUslWpXdCS5S-QtL8e2tJrIHqzgQ2XxKQ8A,2603
5
5
  blueair_api/device_aws.py,sha256=Wu_-qZ2U8M3J8ngtJvZf8-nHcdZhsnGaoUwIcT6B1PU,5675
6
6
  blueair_api/errors.py,sha256=lJ_iFU_W6zQfGRi_wsMhWDw-fAVPFeCkCbT1erIlYQQ,233
7
7
  blueair_api/http_aws_blueair.py,sha256=m_qoCFOYICCu_U_maBvkmOha3YmNtxxtPYyapVBGKNc,17821
@@ -11,8 +11,8 @@ blueair_api/stub.py,sha256=04RBMbv3ZdfJzmZISj3grf43AYU7ia0parL0UKDfeXI,1273
11
11
  blueair_api/util.py,sha256=3L9-vfHfN1vUBYU0BA9ruYyNPUTmS21D-uI-Jyo5x6U,1672
12
12
  blueair_api/util_bootstrap.py,sha256=1IQXZ0_nbRiLYnrnmyQcDMdZ7vi4i_CV78vFRxXCPWY,1602
13
13
  blueair_api/util_http.py,sha256=45AJG3Vb6LMVzI0WV22AoSyt64f_Jj3KpOAwF5M6EFE,1327
14
- blueair_api-1.15.0.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
15
- blueair_api-1.15.0.dist-info/METADATA,sha256=YkzPcpCvrp0hO8q9vSV79f4AjWcULkDFmI_HKW1z-VU,1995
16
- blueair_api-1.15.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
- blueair_api-1.15.0.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
18
- blueair_api-1.15.0.dist-info/RECORD,,
14
+ blueair_api-1.15.1.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
15
+ blueair_api-1.15.1.dist-info/METADATA,sha256=GivMlQ7_rTbpvCNXZTJzcK7Eg7FT-dnxXqAe14o2Q38,1995
16
+ blueair_api-1.15.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
+ blueair_api-1.15.1.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
18
+ blueair_api-1.15.1.dist-info/RECORD,,