bwt-api 0.4.0__tar.gz → 0.4.1__tar.gz
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.
- {bwt_api-0.4.0/src/bwt_api.egg-info → bwt_api-0.4.1}/PKG-INFO +1 -1
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/data.py +1 -1
- {bwt_api-0.4.0 → bwt_api-0.4.1/src/bwt_api.egg-info}/PKG-INFO +1 -1
- {bwt_api-0.4.0 → bwt_api-0.4.1}/tests/test_api.py +2 -2
- {bwt_api-0.4.0 → bwt_api-0.4.1}/.coveragerc +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/.github/workflows/python-package.yml +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/.github/workflows/python-publish.yml +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/.gitignore +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/AUTHORS.rst +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/CHANGELOG.rst +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/CONTRIBUTING.rst +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/LICENSE.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/README.rst +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/pyproject.toml +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/setup.cfg +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/setup.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/__init__.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/api.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/error.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/exception.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api/skeleton.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/SOURCES.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/dependency_links.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/entry_points.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/not-zip-safe +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/requires.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/src/bwt_api.egg-info/top_level.txt +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/tests/conftest.py +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/tests/pytest.ini +0 -0
- {bwt_api-0.4.0 → bwt_api-0.4.1}/tox.ini +0 -0
|
@@ -44,7 +44,7 @@ class CurrentResponse:
|
|
|
44
44
|
regenerativ_level: int # %
|
|
45
45
|
regenerativ_days: int # days left
|
|
46
46
|
regenerativ_total: int # g
|
|
47
|
-
|
|
47
|
+
state: BwtStatus
|
|
48
48
|
treated_day: int # treated water current day
|
|
49
49
|
treated_month: int # treated water current month
|
|
50
50
|
treated_year: int # treated water current year
|
|
@@ -142,7 +142,7 @@ async def test_current_data():
|
|
|
142
142
|
regenerativ_level=20,
|
|
143
143
|
regenerativ_days=26,
|
|
144
144
|
regenerativ_total=245846,
|
|
145
|
-
|
|
145
|
+
state=BwtStatus.ERROR,
|
|
146
146
|
treated_day=181,
|
|
147
147
|
treated_month=3137,
|
|
148
148
|
treated_year=80700,
|
|
@@ -176,7 +176,7 @@ async def test_empty_errors():
|
|
|
176
176
|
regenerativ_level=20,
|
|
177
177
|
regenerativ_days=26,
|
|
178
178
|
regenerativ_total=245846,
|
|
179
|
-
|
|
179
|
+
state=BwtStatus.OK,
|
|
180
180
|
treated_day=181,
|
|
181
181
|
treated_month=3137,
|
|
182
182
|
treated_year=80700,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|