blueair-api 1.30.1__py3-none-any.whl → 1.30.2__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 +6 -0
- {blueair_api-1.30.1.dist-info → blueair_api-1.30.2.dist-info}/METADATA +1 -1
- {blueair_api-1.30.1.dist-info → blueair_api-1.30.2.dist-info}/RECORD +6 -6
- {blueair_api-1.30.1.dist-info → blueair_api-1.30.2.dist-info}/LICENSE +0 -0
- {blueair_api-1.30.1.dist-info → blueair_api-1.30.2.dist-info}/WHEEL +0 -0
- {blueair_api-1.30.1.dist-info → blueair_api-1.30.2.dist-info}/top_level.txt +0 -0
blueair_api/device.py
CHANGED
@@ -121,3 +121,9 @@ class Device(CallbacksMixin):
|
|
121
121
|
self.child_lock = enabled
|
122
122
|
await self.api.set_child_lock(self.uuid, enabled)
|
123
123
|
self.publish_updates()
|
124
|
+
|
125
|
+
async def set_fan_auto_mode(self, fan_auto_mode: bool):
|
126
|
+
self.fan_auto_mode = fan_auto_mode
|
127
|
+
await self.api.set_fan_auto_mode(self.uuid, fan_auto_mode)
|
128
|
+
self.publish_updates()
|
129
|
+
|
@@ -1,7 +1,7 @@
|
|
1
1
|
blueair_api/__init__.py,sha256=GucsIENhTF4AVxPn4Xyr4imUxJJ8RO8RYt1opHCF2hQ,326
|
2
2
|
blueair_api/callbacks.py,sha256=fvrJsqH5eDRxWOGWiZkF2uLU4n2ve0zzU17ERqWbHP8,756
|
3
3
|
blueair_api/const.py,sha256=q1smSEhwyYvuQiR867lToFm-mGV-d3dNJvN0NJgscbU,1037
|
4
|
-
blueair_api/device.py,sha256=
|
4
|
+
blueair_api/device.py,sha256=5aXf3uLcxt9SHiay9QAq1cf9gUIayDod8m23WSYzXz4,4833
|
5
5
|
blueair_api/device_aws.py,sha256=W9twRSyH_PZPWQE_m2mPN--9sxnps_hK4obvf2SOie0,7122
|
6
6
|
blueair_api/errors.py,sha256=lJ_iFU_W6zQfGRi_wsMhWDw-fAVPFeCkCbT1erIlYQQ,233
|
7
7
|
blueair_api/http_aws_blueair.py,sha256=jztGyoH0iC7aCJ2oGf9hnEeHFOie3YikFvwtWo3W2w4,8536
|
@@ -12,8 +12,8 @@ blueair_api/stub.py,sha256=tWJJLIhKf39P1gRAXfJk6L8cBJI9fVK3Uk9pj2_Teaw,1187
|
|
12
12
|
blueair_api/util.py,sha256=7MrB2DLqUVOlBQuhv7bRmUXvcGcsjXiV3M0H3LloiOo,1962
|
13
13
|
blueair_api/util_bootstrap.py,sha256=oo6qqEYUxWb4wLLivk7ofB0YFrKsTZo5tW0U2wc3-D0,1757
|
14
14
|
blueair_api/util_http.py,sha256=45AJG3Vb6LMVzI0WV22AoSyt64f_Jj3KpOAwF5M6EFE,1327
|
15
|
-
blueair_api-1.30.
|
16
|
-
blueair_api-1.30.
|
17
|
-
blueair_api-1.30.
|
18
|
-
blueair_api-1.30.
|
19
|
-
blueair_api-1.30.
|
15
|
+
blueair_api-1.30.2.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
|
16
|
+
blueair_api-1.30.2.dist-info/METADATA,sha256=Xd4Kck7hszjpGAAHYcv1vLq_TH9QBqVPJyoIJLDh1wg,1995
|
17
|
+
blueair_api-1.30.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
18
|
+
blueair_api-1.30.2.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
|
19
|
+
blueair_api-1.30.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|