Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that config is correct when using either Local or HTTP API #22

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

DMBlakeley
Copy link
Collaborator

  • When using HTTP API, check that token and station_id are present and have valid characteristics.
  • When Local API is used, token and station_id are not required and are not validated.
  • User is able to switch between HTTP API to Local API and back to HTTP API without the need to re-enter token and station_id as these are retained in the config.sys file.

* When using HTTP API, check that `token` and `station_id` are present and have valid characteristics.
* When Local API is used, `token` and `station_id` are not required and are not validated.
* User is able to switch between HTTP API to Local API and back to HTTP API without the need to re-enter `token` and `station_id` as these are retained in the config.sys file.
Copy link
Owner

@chasenicholl chasenicholl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Deploying today.

@chasenicholl chasenicholl merged commit bcac2b8 into chasenicholl:main Jan 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants