blueair-api 1.33.1__py3-none-any.whl → 1.33.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/util.py CHANGED
@@ -45,6 +45,8 @@ def safely_get_json_value(json, key, callable_to_cast=None):
45
45
  def convert_none_to_not_implemented(value):
46
46
  if value is None:
47
47
  return NotImplemented
48
+ else:
49
+ return value
48
50
 
49
51
  def transform_data_points(data):
50
52
  """Transform a measurement list response from the Blueair API to a more pythonic data structure."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: blueair_api
3
- Version: 1.33.1
3
+ Version: 1.33.2
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
@@ -9,11 +9,11 @@ blueair_api/http_blueair.py,sha256=IMnKXs9S0Z-t1GVshSItjNr9tTdtXjh7-T-tHpsbzhE,1
9
9
  blueair_api/intermediate_representation_aws.py,sha256=DJWxHFP9yVll0O6kxHWjKscIlu-7genc3f7ZvwV5YdA,6137
10
10
  blueair_api/model_enum.py,sha256=Z9Ne4icNEjbGNwdHJZSDibcKJKwv-W1BRpZx01RGFuY,2480
11
11
  blueair_api/stub.py,sha256=tWJJLIhKf39P1gRAXfJk6L8cBJI9fVK3Uk9pj2_Teaw,1187
12
- blueair_api/util.py,sha256=vwOSs8SxUKlO1g5XfK3WI1hgo1dUIVY-9XX13N-6y-8,2058
12
+ blueair_api/util.py,sha256=uWO_rSSXWO-SDzIUHrQP4JR0PlARVV2IlQAJyWiGAlE,2089
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.33.1.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
16
- blueair_api-1.33.1.dist-info/METADATA,sha256=0RB4yt3iupoxdlYc28H8wfhaoL3kUnQkAaGMS6aV_o0,1995
17
- blueair_api-1.33.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
- blueair_api-1.33.1.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
19
- blueair_api-1.33.1.dist-info/RECORD,,
15
+ blueair_api-1.33.2.dist-info/LICENSE,sha256=W6UV41yCe1R_Avet8VtsxwdJar18n40b3MRnbEMHZmI,1066
16
+ blueair_api-1.33.2.dist-info/METADATA,sha256=UMWO4mwQTJNLW3vg3p0s6fWvtMjB7_XnuP4cE9Q3CyE,1995
17
+ blueair_api-1.33.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
+ blueair_api-1.33.2.dist-info/top_level.txt,sha256=-gn0jNtmE83qEu70uMW5F4JrXnHGRfuFup1EPWF70oc,12
19
+ blueair_api-1.33.2.dist-info/RECORD,,