Fixed errors in docs
This commit is contained in:
parent
ad3fbb7270
commit
7a3b048d80
@ -40,7 +40,7 @@ This is the format template used to create the json above.
|
|||||||
{
|
{
|
||||||
"name" : "${mdns}",
|
"name" : "${mdns}",
|
||||||
"ID": "${id}",
|
"ID": "${id}",
|
||||||
"token" : "gravmon",
|
"token" : "${token}",
|
||||||
"interval": ${sleep-interval},
|
"interval": ${sleep-interval},
|
||||||
"temperature": ${temp},
|
"temperature": ${temp},
|
||||||
"temp_units": "${temp-unit}",
|
"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}/interval:${sleep-interval}|
|
||||||
ispindel/${mdns}/RSSI:${rssi}|
|
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
|
version.json
|
||||||
============
|
============
|
||||||
@ -150,13 +141,6 @@ they can be uploaded manually afterwards.
|
|||||||
|
|
||||||
{
|
{
|
||||||
"project":"gravmon",
|
"project":"gravmon",
|
||||||
"version":"0.7.0",
|
"version":"1.0.0",
|
||||||
"html": [
|
"html": [ ]
|
||||||
"index.min.htm",
|
|
||||||
"test.min.htm",
|
|
||||||
"config.min.htm",
|
|
||||||
"format.min.htm",
|
|
||||||
"calibration.min.htm",
|
|
||||||
"about.min.htm"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ Welcome to GravityMon's documentation!
|
|||||||
######################################
|
######################################
|
||||||
|
|
||||||
.. note::
|
.. 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.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>`_
|
* Docs for: `v0.9 <https://mp-se.github.io/gravitymon/v0.9/index.html>`_
|
||||||
|
@ -8,8 +8,9 @@ Updates
|
|||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
* Added documentation for Brewpiless as target
|
* Fixed errors in data format section
|
||||||
* Added q&a on formula creation and value deviation
|
* Added q&a on formula creation and value deviation
|
||||||
|
* Added documentation for Brewpiless as target
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
======
|
======
|
||||||
|
Loading…
Reference in New Issue
Block a user