Skip to content

Commit

Permalink
added UnlockPlugState permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Dec 9, 2021
1 parent dd4f64c commit e73fe8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.27.0] - 2021-12-09
### Added
- added UnlockPlugState permanent

## [0.26.0] - 2021-12-08
### Added
- Add new gasoline car type
Expand Down Expand Up @@ -378,7 +382,8 @@ Minor fix in observer interface
## [0.1.0] - 2021-05-26
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.26.0...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-python/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.27.0
[0.26.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.26.0
[0.25.1]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.25.1
[0.25.0]: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.25.0
Expand Down
1 change: 1 addition & 0 deletions weconnect/elements/charging_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __str__(self):
class UnlockPlugState(ControlInputEnum,):
OFF = 'off'
ON = 'on'
PERMANENT = 'permanent'
UNKNOWN = 'unknown'

@classmethod
Expand Down

0 comments on commit e73fe8d

Please sign in to comment.