blueair-api 1.18.0__py3-none-any.whl → 1.18.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/model_enum.py CHANGED
@@ -56,9 +56,6 @@ class ModelEnum(Enum):
56
56
  FeatureEnum.CHILD_LOCK,
57
57
  ]
58
58
  MAX_211I = "Blueair Blue Pure 211i Max", [
59
- FeatureEnum.TEMPERATURE,
60
- FeatureEnum.HUMIDITY,
61
- FeatureEnum.VOC,
62
59
  FeatureEnum.PM1,
63
60
  FeatureEnum.PM10,
64
61
  FeatureEnum.PM25,
@@ -66,9 +63,6 @@ class ModelEnum(Enum):
66
63
  FeatureEnum.CHILD_LOCK,
67
64
  ]
68
65
  MAX_311I = "Blueair Blue Pure 311i Max", [
69
- FeatureEnum.TEMPERATURE,
70
- FeatureEnum.HUMIDITY,
71
- FeatureEnum.VOC,
72
66
  FeatureEnum.PM1,
73
67
  FeatureEnum.PM10,
74
68
  FeatureEnum.PM25,
@@ -26,7 +26,7 @@ async def get_devices(
26
26
  )
27
27
  api_devices = await api.get_devices()
28
28
 
29
- devices = list()
29
+ devices = []
30
30
  for api_device in api_devices:
31
31
  devices.append(await Device.create_device(
32
32
  api,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: blueair_api
3
- Version: 1.18.0
3
+ Version: 1.18.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
@@ -6,13 +6,13 @@ blueair_api/device_aws.py,sha256=8UYMInVnBI4nvfKO3ldtI18u99soCM-0FG3Vec8R89c,527
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
8
8
  blueair_api/http_blueair.py,sha256=ieDvjs0_DHSJzseO_qdvLIxdrUUHuTgSHjWb6u-_gRs,7350
9
- blueair_api/model_enum.py,sha256=Em-Lu_1B_Jh5ut8GuDH9NGPQb_OykxsRFW0y0P5x3gk,2085
9
+ blueair_api/model_enum.py,sha256=QyeWyy53zbqnp1PCs73bneqqOnIp5IQphigm1r3Nr18,1909
10
10
  blueair_api/stub.py,sha256=yJLfmrHjAH0XKl9HVTkKt-Ks9bG6Uhlkn3H2Jf3REJQ,1278
11
11
  blueair_api/util.py,sha256=3L9-vfHfN1vUBYU0BA9ruYyNPUTmS21D-uI-Jyo5x6U,1672
12
- blueair_api/util_bootstrap.py,sha256=1WvEdb6UfhFHkCwnLr7TZZ_HuPUx3klW6fUPtnP2SI0,1596
12
+ blueair_api/util_bootstrap.py,sha256=5jDTtQduSwcouuTOga8DraUfPTjRiJz_bdGCVdBvehs,1592
13
13
  blueair_api/util_http.py,sha256=45AJG3Vb6LMVzI0WV22AoSyt64f_Jj3KpOAwF5M6EFE,1327
14
- blueair_api-1.18.0.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
15
- blueair_api-1.18.0.dist-info/METADATA,sha256=MNd7vmSf96doSh7UveskrcoZmmWWMjsZ8h86s7BvWjc,1995
16
- blueair_api-1.18.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
- blueair_api-1.18.0.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
18
- blueair_api-1.18.0.dist-info/RECORD,,
14
+ blueair_api-1.18.1.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
15
+ blueair_api-1.18.1.dist-info/METADATA,sha256=_6bcF0Xd4Zox844LpCO8wAhBK9Cp7CiL8L4e68hMf70,1995
16
+ blueair_api-1.18.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
+ blueair_api-1.18.1.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
18
+ blueair_api-1.18.1.dist-info/RECORD,,