Add August/Yale support for iOS - #2078
Merged
Merged
Conversation
Eight artifacts from the app's NSURLCache under Library/Caches/com.august.yale.app/nscache: - Locks: name, serial number, MAC address, owning house, firmware, battery level and the lock status the service last returned. - Lock Users - Lock Offline Keys - Houses - Account - Subscriptions - Lock Battery - Linked Apps Each request carries a unique clientSerial, so an endpoint appears once per fetch; entity artifacts report one row per entity with the cache window and observation count. Offline keys and lock users are unioned across the whole cache window so an entry the service later removed is still reported. Body timestamps are ISO 8601 carrying an explicit UTC offset, normalised before parsing so the oldest supported runtime reads them the same way. Cache timestamps are UTC, corroborated against the Updated value inside the bodies. Undocumented codes are reported as stored. The app's lock log endpoint returns an acknowledgement with no event payload, so no door operation history is recovered. Key material, authentication tokens, the remote operate secret and the HomeKit setup payload are not reported. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds August/Yale support for iOS. Eight artifacts from the app's network cache under Library/Caches/com.august.yale.app/nscache:
Offline keys and lock users are read across the whole cache window, so an entry the service later removed is still reported. Body timestamps are ISO 8601 with an explicit offset, normalised so the oldest supported runtime parses them the same way. Undocumented codes are reported as stored.
The app's lock log endpoint returns an acknowledgement with no event payload, so no door operation history is recovered. Key material, tokens and device secrets are not reported.