Update documentation

This commit is contained in:
GitHub Action 2022-09-15 18:26:15 +00:00
parent 49929b4c22
commit c8a7c707c7
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ To reduce the need for adding custom endpoints for various services there is an
:alt: Format editor :alt: Format editor
You enter the format data in the text field and the test button will show an example on what the output would look like. If the data cannot be formatted in json it will just be displayed as a long string. You enter the format data in the text field and the test button will show an example on what the output would look like. If the data cannot be formatted in json it will just be displayed as a long string.
The save button will save the current formla and reload the data from the device. The save button will save the current formula and reload the data from the device.
You can also select a template from the list and copy that to the current endpoint. You can also select a template from the list and copy that to the current endpoint.

View File

@ -208,7 +208,7 @@
</div> </div>
<a class="reference internal image-reference" href="_images/format.png"><img alt="Format editor" src="_images/format.png" style="width: 800px;"/></a> <a class="reference internal image-reference" href="_images/format.png"><img alt="Format editor" src="_images/format.png" style="width: 800px;"/></a>
<p>You enter the format data in the text field and the test button will show an example on what the output would look like. If the data cannot be formatted in json it will just be displayed as a long string. <p>You enter the format data in the text field and the test button will show an example on what the output would look like. If the data cannot be formatted in json it will just be displayed as a long string.
The save button will save the current formla and reload the data from the device.</p> The save button will save the current formula and reload the data from the device.</p>
<p>You can also select a template from the list and copy that to the current endpoint.</p> <p>You can also select a template from the list and copy that to the current endpoint.</p>
<p>Saving an empty formula will reset it to the default value.</p> <p>Saving an empty formula will reset it to the default value.</p>
<div class="admonition tip"> <div class="admonition tip">

File diff suppressed because one or more lines are too long