Skip to content

Commit 3c8a080

Browse files
Merge pull request #39 from Minsheng/latest
Add Curtain 3 BLE API
2 parents 2497605 + 40d359e commit 3c8a080

File tree

3 files changed

+374
-2
lines changed

3 files changed

+374
-2
lines changed

README.md

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

1718
| Product | Device Type |
18-
|-----------------|-------------|
19+
| --------------- | ----------- |
1920
| Bot | H (0x48) |
2021
| Meter | T (0x54) |
2122
| Humidifier | e (0x65) |
2223
| Curtain | c (0x63) |
24+
| Curtain 3 | {(0x7B) |
2325
| Motion Sensor | s (0x73) |
2426
| Contact Sensor | d (0x64) |
2527
| 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)