aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-29 15:54:32 +1300
committerArslaan Pathan <[email protected]>2026-03-29 15:54:32 +1300
commit823b8e33b7f7f23515ff6ff6d1dd3179ffa47644 (patch)
tree8adf552d60b1d8b264608766e4e0a9198dad6918 /README.md
parent2a1ab7b446f35d9a07d72f7ce737fa63a14e4eb4 (diff)
downloadzwzn-freefit-re-823b8e33b7f7f23515ff6ff6d1dd3179ffa47644.tar.xz
zwzn-freefit-re-823b8e33b7f7f23515ff6ff6d1dd3179ffa47644.zip
feat: switchFindBand
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f02b841..d58ec3d 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,16 @@ byte[11] = 0x01 if traditional Chinese, else 0x00
Response: 0x81 0x00 (success, notify/6E40FC21)
+### switchFindBand (vibrate/find watch)
+
+Find band packet structure (write/6E40FC20)
+```
+byte[0] = 0x51 (command)
+byte[1] = 0x01 to start vibrating, else 0x00
+```
+
+Response: 0xD1 0x01 for vibrating, else 0xD1 0x00 (6E40FC21)
+
### enterMakeDial (watch face)
Watch face header packet (write/6E40FC20)