Skip to content

Commit

Permalink
new status capabilitiesStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Dec 20, 2021
1 parent 49456fa commit 482fc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- new charge modes
- new plug states
- new engine and car types
- new status capabilitiesStatus

### Changed
- Only fetch parking position if the capability is enabled
Expand Down
1 change: 1 addition & 0 deletions weconnect/elements/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def updateStatus(self, updateCapabilities: bool = True, force: bool = False): #
'maintenanceStatus': MaintenanceStatus,
'rangeStatus': RangeStatus,
'capabilityStatus': CapabilityStatus,
'capabilitiesStatus': GenericStatus,
'climatisationTimer': ClimatizationTimer,
'climatisationRequestStatus': GenericRequestStatus,
'chargingSettingsRequestStatus': GenericRequestStatus,
Expand Down

0 comments on commit 482fc87

Please sign in to comment.