.gitignore
.pre-commit-config.yaml
.yamllint
EXTERNAL_SESSION.md
LICENSE
README.md
codecov.yml
example_external_session.py
pyproject.toml
requirements.txt
requirements_lint.txt
requirements_test.txt
setup.py
tox.ini
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/autolabeler.yml
.github/workflows/links.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/release-drafter.yml
.github/workflows/test.yml
openevsehttp/__init__.py
openevsehttp/__main__.py
openevsehttp/client.py
openevsehttp/commands.py
openevsehttp/const.py
openevsehttp/exceptions.py
openevsehttp/managers.py
openevsehttp/properties.py
openevsehttp/sensors.py
openevsehttp/utils.py
openevsehttp/websocket.py
python_openevse_http.egg-info/PKG-INFO
python_openevse_http.egg-info/SOURCES.txt
python_openevse_http.egg-info/dependency_links.txt
python_openevse_http.egg-info/not-zip-safe
python_openevse_http.egg-info/requires.txt
python_openevse_http.egg-info/top_level.txt
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_client.py
tests/test_commands.py
tests/test_external_session.py
tests/test_main_edge_cases.py
tests/test_managers.py
tests/test_mixins.py
tests/test_properties.py
tests/test_sensors.py
tests/test_shaper.py
tests/test_websocket.py
tests/fixtures/github_v2.json
tests/fixtures/github_v4.json
tests/fixtures/websocket.json
tests/fixtures/v2_json/config.json
tests/fixtures/v2_json/status.json
tests/fixtures/v4_json/config-broken-semver.json
tests/fixtures/v4_json/config-broken.json
tests/fixtures/v4_json/config-dev.json
tests/fixtures/v4_json/config-extra-version.json
tests/fixtures/v4_json/config-new.json
tests/fixtures/v4_json/config-unknown-semver.json
tests/fixtures/v4_json/config.json
tests/fixtures/v4_json/schedule.json
tests/fixtures/v4_json/status-broken.json
tests/fixtures/v4_json/status-new.json
tests/fixtures/v4_json/status.json