Fixed bug with rssi key in json
This commit is contained in:
@ -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}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user