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

Update node-versions and streamline tempestApi.js code #15

Merged
merged 8 commits into from
Nov 1, 2023

Commits on Jul 31, 2023

  1. Update node-version

    Update node-version: [16.x, 18.x, 20.x], remove 14.x which is no longer supported by homebridge.
    DMBlakeley committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f8fbac3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Update node-version & simplify tempestApi

    See CHANGELOG.md for details of this update.
    DMBlakeley committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7678f5f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Updates to address ETIMEDOUT error

    Reference CHANGELOG.md for summary of changes.
    DMBlakeley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    faee85b View commit details
    Browse the repository at this point in the history
  2. Merge 3.0.3 into 3.0.2

    Combine 2 PRs into single PR.
    DMBlakeley committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8bafe8a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Update tempestApi.ts

    Add check if return `obs` data is string.
    DMBlakeley committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    87ff58e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update node-verions, improved error handling

    * Update node-version: [18.x, 20.x, 22.x], remove 16.x which is no longer supported by homebridge.
    * Reformated `getStationObservation()` and `getStationCurrentObservation()` in `tempestApi.ts`.
    * Addresses `observation_data is undefined, skipping update` error in `platform.ts` polling loop.
    DMBlakeley committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    12a98bc View commit details
    Browse the repository at this point in the history
  2. Update node-versions

    DMBlakeley committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f608d88 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Update README.md to update link for Homebridge logo.
    DMBlakeley committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e558d2c View commit details
    Browse the repository at this point in the history