From 823b8e33b7f7f23515ff6ff6d1dd3179ffa47644 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 29 Mar 2026 15:54:32 +1300 Subject: feat: switchFindBand --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3