Skip to content

Commit 47f8da5

Browse files
committed
add curtain 3 BLE API support
1 parent 4261be8 commit 47f8da5

File tree

3 files changed

+411
-2
lines changed

3 files changed

+411
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Color Bulb BLE open API](/devicetypes/colorbulb.md)
66
- [Contact Sensor BLE open API](/devicetypes/contactsensor.md)
77
- [Curtain BLE open API](/devicetypes/curtain.md)
8+
- [Curtain 3 BLE open API](/devicetypes/curtain3.md)
89
- [LED Strip Light BLE open API](/devicetypes/ledstriplight.md)
910
- [Meter BLE open API](/devicetypes/meter.md)
1011
- [Motion Sensor BLE open API](/devicetypes/motionsensor.md)
@@ -14,11 +15,12 @@
1415
## Device Types
1516

1617
| Product | Device Type |
17-
|-----------------|-------------|
18+
| --------------- | ----------- |
1819
| Bot | H (0x48) |
1920
| Meter | T (0x54) |
2021
| Humidifier | e (0x65) |
2122
| Curtain | c (0x63) |
23+
| Curtain 3 | |
2224
| Motion Sensor | s (0x73) |
2325
| Contact Sensor | d (0x64) |
2426
| Color Bulb | u (0x75) |

devicetypes/curtain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ The basic format of the RSP packet returned by the device to the terminal is as
201201
</tr>
202202
</tbody>
203203
</table>
204-
205204
<img alt="5702_1" src="https://switchbot-open-api.s3.amazonaws.com/Curtain+BLE+open+api/5702_1.png"></a>
206205

207206
## 0x0F extended command

0 commit comments

Comments
 (0)