Skip to content

Commit

Permalink
Fix documentation warnings (#1115)
Browse files Browse the repository at this point in the history
* Fix KCM Action endpoints documentation

* Update

* Update
  • Loading branch information
epenet authored Mar 13, 2024
1 parent e249048 commit 5b67ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/endpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Action endpoints
KCM Action endpoints
-------------------------

.. include:: endpoints/vehicle_kcm_actions.charge-pause-resume
.. include:: endpoints/vehicle_kcm_actions.charge-pause-resume.rst
2 changes: 1 addition & 1 deletion docs/endpoints/vehicle_data.battery-status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sample return:

On Zoe40 (model code X101VE):
* ``chargingInstantaneousPower`` gives value in watts.
* ``chargingStatus`` uses only a subset of `ChargeStatus`_ enum (NOT_IN_CHARGE = 0.0, CHARGE_IN_PROGRESS = 1.0, CHARGE_ERROR = -1.0)
* ``chargingStatus`` uses only a subset of ``ChargeStatus``\_ enum (NOT_IN_CHARGE = 0.0, CHARGE_IN_PROGRESS = 1.0, CHARGE_ERROR = -1.0)

On Zoe50 (model code X102VE):
* ``batteryTemperature`` appears completely wrong.
Expand Down

0 comments on commit 5b67ae9

Please sign in to comment.