1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
hvac-status
'''''''''''
.. rst-class:: endpoint
Base url:
``/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/hvac-status``
Sample return:
.. literalinclude:: /../tests/fixtures/kamereon/vehicle_data/hvac-status.spring.json
:language: JSON
.. literalinclude:: /../tests/fixtures/kamereon/vehicle_data/hvac-status.zoe.json
:language: JSON
.. literalinclude:: /../tests/fixtures/kamereon/vehicle_data/hvac-status.zoe_50.json
:language: JSON
.. note::
On Zoe40 (model code X101VE):
``hvacStatus`` seems to always report ``off``, even when preconditioning is in progress.
On Zoe50 (model code X102VE):
This endpoint seem to be unavailable and returns an error ``'err.func.403': 'Operation not supported Operation not supported for this can (C1A)'``.
|