Fixed bug with rssi key in json

This commit is contained in:
Magnus Persson
2022-04-26 16:42:13 +02:00
parent c319afbe9f
commit d4df0dd272
4 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@ This is the format used for standard http posts.
"gravity": 1.0050,
"angle": 45.34,
"battery": 3.67,
"rssi": -12,
"RSSI": -12,
"corr-gravity": 1.0050,
"gravity-unit": "G",
@ -47,7 +47,7 @@ This is the format template used to create the json above.
"gravity": ${gravity},
"angle": ${angle},
"battery": ${battery},
"rssi": ${rssi},
"RSSI": ${rssi},
"corr-gravity": ${corr-gravity},
"gravity-unit": "${gravity-unit}",
"run-time": ${run-time}

View File

@ -13,7 +13,9 @@ v1.0.0
* Added possibility to have variable push intervals for different endpoints.
* Added advanced settings to configuration for adjusting some internal values (gyro reads, accepted formula deviation, moving detection).
* Added additional http error codes to troubleshooting documentation
* Added tooltips to all fields in user interface
* BUG: Fixed issue in formula calculation in case there were a gap in the data series
* BUG: Field name for wifi strenght changed from "rssi" to "RSSI"
* TODO: Fix documentation for advanced settings.
* TODO: Update brewfather documentation