Corrected web server mime types to get Garmin display working again. Also added HR alarm standing prameter to /data so network datasource should alarm correctly on HR alarm now.

This commit is contained in:
Graham Jones
2020-02-15 21:26:57 +00:00
parent 384bb7c9a3
commit 8a09fe45cc
6 changed files with 37 additions and 17 deletions

View File

@@ -4,6 +4,12 @@
V3.2.0 - (NEXT VERSION!)
- Added neural network based data analysis.
V3.1.12 - 15feb2019
- Updated web server to return correct application/json mime type to get rid of -400
errors on garmin watch. Made error messages json strings too.
Added hrAlarmStanding value to /data json string, which should get remove
heart rate alarms working with network datasource.
V3.1.11 - 23oct2019
- Updated network data source so it displays heart rate data if it is available.