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

Commits on Jan 9, 2024

  1. Ensure valid config for Local or HTTP API

    * 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.
    DMBlakeley committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3153e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5028d1e View commit details
    Browse the repository at this point in the history