Added support for retrieving the step count data from ABL-100#3
Open
f3z wants to merge 1 commit intoizivkov:mainfrom
Open
Added support for retrieving the step count data from ABL-100#3f3z wants to merge 1 commit intoizivkov:mainfrom
f3z wants to merge 1 commit intoizivkov:mainfrom
Conversation
Owner
|
Thanks for the contribution. I will look over the PR and will let give
you feedback
…On Mon, Feb 2, 2026 at 7:09 AM Faizev Hussein ***@***.***> wrote:
After looking at the bluetooth logs and the official Casio app logs, I've
managed to find where the step data is located and can now be retrieved
from the watch. I've only tested this with the ABL-100. Not sure of other
watches.
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- 6b35f87
<6b35f87>
Added support for retrieving the step count from ABL-100
File Changes
(5 files <https://github.com/izivkov/gshock_api/pull/3/files>)
- *M* src/examples/api_tests.py
<https://github.com/izivkov/gshock_api/pull/3/files#diff-672ec2207b734f24724bb24f3bc3ed0aea3d1519e79ebb376b20244fa2d48624>
(3)
- *M* src/gshock_api/connection.py
<https://github.com/izivkov/gshock_api/pull/3/files#diff-f336beef25a754541a0459cb9d65dec1ada9c21c8121a7bb71f53a282b4999e6>
(13)
- *M* src/gshock_api/gshock_api.py
<https://github.com/izivkov/gshock_api/pull/3/files#diff-5664cfe76712b1bfede4c09f557760722501db1a2cd7f96e8583ee89d07dea5d>
(5)
- *A* src/gshock_api/iolib/lifelog_io.py
<https://github.com/izivkov/gshock_api/pull/3/files#diff-eb02543bbbc0de65e67e6b65a2f69f5562acc596db207b2b5e3510a2812310e8>
(93)
- *M* src/gshock_api/message_dispatcher.py
<https://github.com/izivkov/gshock_api/pull/3/files#diff-b76e097a6b11d32333563baf7e33dd2e6c14540f24158c904cb65efef8a41063>
(13)
Patch Links:
- https://github.com/izivkov/gshock_api/pull/3.patch
- https://github.com/izivkov/gshock_api/pull/3.diff
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7M37VBQDMH4EJ2LOAYR2T4J447ZAVCNFSM6AAAAACTVSDSMCVHI2DSMVQWIX3LMV43ASLTON2WKOZTHA4DKNJYHEYTINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
After looking at the bluetooth logs and the official Casio app logs, I've managed to find where the step data is located and can now be retrieved from the watch. I've only tested this with the ABL-100. Not sure of other watches.