diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-29 15:54:32 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-29 15:54:32 +1300 |
| commit | 823b8e33b7f7f23515ff6ff6d1dd3179ffa47644 (patch) | |
| tree | 8adf552d60b1d8b264608766e4e0a9198dad6918 /README.md | |
| parent | 2a1ab7b446f35d9a07d72f7ce737fa63a14e4eb4 (diff) | |
| download | zwzn-freefit-re-823b8e33b7f7f23515ff6ff6d1dd3179ffa47644.tar.xz zwzn-freefit-re-823b8e33b7f7f23515ff6ff6d1dd3179ffa47644.zip | |
feat: switchFindBand
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |
