Skip to content

Commit

Permalink
Update Local API initialization
Browse files Browse the repository at this point in the history
* Check that `station_id` length is more than one character when initializing plugin in Local API mode.
* Update axios to v1.6.2 to address moderate severity vulnerability.
  • Loading branch information
DMBlakeley committed Dec 14, 2023
1 parent 330f25e commit 80518ae
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 115 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v4.0.1
* Check that `station_id` length is more than one character when initializing plugin in Local API mode.
* Update axios to v1.6.2 to address moderate severity vulnerability.

## v4.0.0
* Added Local UDP API support! Now you can choose to listen to your Weather Stations observations directly over your local network. No Station ID or API Token needed. Observations are broadcasted every 60 seconds. This leverages the `obs_st` message. See [documentation](https://weatherflow.github.io/Tempest/api/udp/v171/) for more information.

Expand Down
Loading

0 comments on commit 80518ae

Please sign in to comment.