Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

donavanbecker
Copy link
Collaborator

@donavanbecker donavanbecker commented Jan 23, 2025

3.0.1 (2025-01-25)

What's Changes

  • Update LockTargetState to match LockCurrentState during lock refresh. Thanks @ryanpesek, #144
  • Fix so battery must be between 0 and 100
  • Housekeeping and updated dependencies.

Full Changelog: v3.0.0...v3.0.1

@github-actions github-actions bot added enhancement New feature or request dependencies Pull requests that update a dependency file latest docs labels Jan 23, 2025
donavanbecker and others added 2 commits January 25, 2025 06:33
- Update LockTargetState to match LockCurrentState during lock refresh. Thanks [@ryanpesek](https://github.com/ryanpesek), [#144](#144)
- Fix so battery must be between 0 and 100
- Housekeeping and updated dependencies.

**Full Changelog**: v3.0.0...v3.0.1
…144)

## ♻️ Current situation

The LockTargetState attribute is not updated while polling/listening to
events from the August API. This leads to any manual changes of the lock
(ie I physically lock/unlock it) to cause the lock status to always show
unlocking or locking in Homekit.

## 💡 Proposed solution

Update the LockTargetState attribute to be the same value as the
LockCurrentState during both polling or pushed events. This plugin used
to operate with this logic around the 2.0.0 version and prior but
somewhere after 2.0.0 this logic was changed.

## ⚙️ Release Notes

LockTargetState is updated for manual lock events

## ➕ Additional Information


### Testing


### Reviewer Nudging

Co-authored-by: Donavan Becker <[email protected]>
@donavanbecker donavanbecker added the patch patch version change label Jan 25, 2025
@donavanbecker donavanbecker merged commit 9233269 into latest Jan 25, 2025
14 of 15 checks passed
@donavanbecker donavanbecker deleted the beta-3.0.1 branch January 25, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docs enhancement New feature or request latest patch patch version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants