Add myQ support for iOS - #2080
Merged
Merged
Conversation
Four artifacts from the myQ app's network cache under Library/Caches/com.myliftmaster.myq: - Device History: garage door and opener events with the event, the device it happened on and the account the service attributed it to. - Devices - Account Users - Account Profile Events are read across every cached history response and deduplicated on the event identifier, including responses the cache stored as separate files under fsCachedData. The app's own ApiEvent table was empty, so the events come from the cache. Timestamps carry an explicit offset except the device created date, which the Devices endpoint returns without a zone and the gateways endpoint returns for the same device with +00:00; the two agree, so that value is read as UTC on that evidence. Undocumented codes are reported as stored. 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 myQ support for iOS. Four artifacts from the app's network cache under Library/Caches/com.myliftmaster.myq:
Events are read across every cached history response and deduplicated on the event identifier, including responses stored as separate files under fsCachedData. The app's own ApiEvent table was empty, so the events come from the cache. Timestamps carry an explicit offset except the device created date, which one endpoint returns without a zone and another returns for the same device with +00:00; the two agree, so it is read as UTC on that evidence. Undocumented codes are reported as stored.