Skip to content

Commit

Permalink
vicare: fix table in user_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxp committed May 9, 2024
1 parent 28313f9 commit 4f1d4bc
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions vicare/user_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,12 @@ Aus den unter **Properties** und **Commands** angezeigten Jsons werden die nöti

Beispiele:

=========== ===================================================================================================================================== ====================================================
Art Json vicare_path / vicare_tx_path
=========== ===================================================================================================================================== ====================================================

Temperatur Properties: {'value': {'type': 'number', 'value': 54.9, 'unit': 'celsius'}, 'status': {'type': 'string', 'value': 'connected'}} ['value','value']

Status Properties: {'value': {'type': 'number', 'value': 54.9, 'unit': 'celsius'}, 'status': {'type': 'string', 'value': 'connected'}} ['status','value']

Modus Commands: {'setTargetTemperature': {'uri': 'https:...setTargetTemperature', 'params': {'temperature': {'type': 'number',.}}}} ['setTargetTemperature','params','temperature']

=========== ===================================================================================================================================== ====================================================


+------------+-----------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
| Art | JSON | vicare_path / vicare_tx_path |
+============+=========================================================================================================================================+=================================================+
| Temperatur | Properties: {'value': {'type': 'number', 'value': 54.9, 'unit': 'celsius'}, 'status': {'type': 'string', 'value': 'connected'}} | ['value','value'] |
+------------+-----------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
| Status | Properties: {'value': {'type': 'number', 'value': 54.9, 'unit': 'celsius'}, 'status': {'type': 'string', 'value': 'connected'}} | ['status','value'] |
+------------+-----------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+
| Modus | Commands: {'setTargetTemperature': {'uri': 'https:...setTargetTemperature', 'params': {'temperature': {'type': 'number',.}}}} | ['setTargetTemperature','params','temperature'] |
+------------+-----------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+

0 comments on commit 4f1d4bc

Please sign in to comment.