Skip to content

Commit

Permalink
Merge pull request #143 from mcrossley/master
Browse files Browse the repository at this point in the history
fix updates.txt, and high gust alarm
  • Loading branch information
mcrossley authored Apr 29, 2022
2 parents 9686164 + a2414d2 commit 96b24da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CumulusMX/WeatherStation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11871,6 +11871,8 @@ public bool CheckHighGust(double gust, int gustdir, DateTime timestamp)

// check for monthly all time records (and set)
CheckMonthlyAlltime("HighGust", gust, true, timestamp);

cumulus.HighGustAlarm.Triggered = DoAlarm(gust, cumulus.HighGustAlarm.Value, cumulus.HighGustAlarm.Enabled, true);
}
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- New: Ecowitt rain sensor is now selectable between tipping bucket and piezo sensors - both Local API and HTTP Ecowitt protocols
- New: Adds ability for CMX to configure Ecowitt custom server when using it for Extra Sensors
- New: HTTP Ecowitt stations, Cumulus MX will now configure the custom server config for you - optional
- New: Ecowitt stations (Local API and HTTP), adds the ability to override the default outdoor temp/humidity values by specifying and extra T/H sensor channel
- New: Ecowitt stations (Local API and HTTP), adds the ability to override the default outdoor temp/humidity values by specifying an extra T/H sensor channel
- New: Adds last 24 hours rain to the dashboard "Now" page
- New: Adds records for 24 hour rainfall - This Month, This Year, Monthly, and All Time
- New web tags:
Expand Down

0 comments on commit 96b24da

Please sign in to comment.