Fixed errors in docs

This commit is contained in:
Magnus Persson 2022-05-18 07:12:37 +02:00
parent ad3fbb7270
commit 7a3b048d80
3 changed files with 6 additions and 21 deletions

View File

@ -40,7 +40,7 @@ This is the format template used to create the json above.
{
"name" : "${mdns}",
"ID": "${id}",
"token" : "gravmon",
"token" : "${token}",
"interval": ${sleep-interval},
"temperature": ${temp},
"temp_units": "${temp-unit}",
@ -129,15 +129,6 @@ This is the format template used to create the json above.
ispindel/${mdns}/interval:${sleep-interval}|
ispindel/${mdns}/RSSI:${rssi}|
This is a format template that is compatible with v0.6. Just replace the `topic` with the topic you want to post data to.
.. code-block::
topic:{"name":"gravmon", "ID":"${id}", "token":"gravmon", "interval": ${sleep-interval},
"temperature": ${temp}, "temp_units": "${temp-unit}", "gravity":${gravity},
"angle": ${angle}, "battery":${battery}, "rssi": ${rssi}, "corr-gravity":${corr-gravity},
"gravity-unit": "${gravity-unit}", "run-time": ${run-time}}|
version.json
============
@ -150,13 +141,6 @@ they can be uploaded manually afterwards.
{
"project":"gravmon",
"version":"0.7.0",
"html": [
"index.min.htm",
"test.min.htm",
"config.min.htm",
"format.min.htm",
"calibration.min.htm",
"about.min.htm"
]
"version":"1.0.0",
"html": [ ]
}

View File

@ -7,7 +7,7 @@ Welcome to GravityMon's documentation!
######################################
.. note::
This documentation reflects **v1.0**. Last updated 2022-05-16
This documentation reflects **v1.0**. Last updated 2022-05-18
* Docs for: `v0.8 <https://mp-se.github.io/gravitymon/v0.8/index.html>`_
* Docs for: `v0.9 <https://mp-se.github.io/gravitymon/v0.9/index.html>`_

View File

@ -8,8 +8,9 @@ Updates
Documentation
+++++++++++++
* Added documentation for Brewpiless as target
* Fixed errors in data format section
* Added q&a on formula creation and value deviation
* Added documentation for Brewpiless as target
v1.0.0
======