Skip to content

Commit 5351dff

Browse files
Update README.md
1 parent 0a6cf38 commit 5351dff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SwitchBotAPI-BLE
22

33
- [Device Types](#device-type)
4+
- [UUID Update Notes](#uuid-update-notes)
45
- [Bot BLE open API](/devicetypes/bot.md)
56
- [Color Bulb BLE open API](/devicetypes/colorbulb.md)
67
- [Contact Sensor BLE open API](/devicetypes/contactsensor.md)
@@ -33,3 +34,11 @@ The device type is in the service data of SCAN_RSP.
3334
|--------------|----------|-------------------------|
3435
| Byte: 0 | Enc type | Bit[7] NC |
3536
| Byte: 0 | Dev Type | Bit [6:0] – Device Type |
37+
38+
39+
## UUID Update Notes
40+
41+
From Bot V6.4, Curtain V4.6, Meter V2.7,
42+
- `Company ID` ( `ADV_IND` - `Manufacture Data` ) modified from `0x0059` to `0x0969`.
43+
- `Service UUID` ( `SCAN_RSP` - `Service Data`) modified from `0x000d` to `0xfd3d`.
44+
- Complete list of 128-bit UUIDs (`SCAN_RSP`) has been removed.

0 commit comments

Comments
 (0)