mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Fixed commands in light_switch readme
This commit is contained in:
@@ -78,27 +78,27 @@ Switch specific console commands:
|
||||
|
||||
- Example: Off:
|
||||
```
|
||||
matter esp client invoke 0x1 0x1234 0x1 0x6 0x0
|
||||
matter esp client invoke 0x1 0x5164 0x1 0x6 0x0
|
||||
```
|
||||
|
||||
- Example: On:
|
||||
```
|
||||
matter esp client invoke 0x1 0x1234 0x1 0x6 0x1
|
||||
matter esp client invoke 0x1 0x5164 0x1 0x6 0x1
|
||||
```
|
||||
|
||||
- Example: Toggle:
|
||||
```
|
||||
matter esp client invoke 0x1 0x1234 0x1 0x6 0x2
|
||||
matter esp client invoke 0x1 0x5164 0x1 0x6 0x2
|
||||
```
|
||||
|
||||
- Example: Move To Level 0x50:
|
||||
```
|
||||
matter esp client invoke 0x1 0x1234 0x1 0x8 0x0 0x50 0x0 0x0 0x0
|
||||
matter esp client invoke 0x1 0x5164 0x1 0x8 0x0 0x50 0x0 0x0 0x0
|
||||
```
|
||||
|
||||
- Example: Move To Hue 0x50:
|
||||
```
|
||||
matter esp client invoke 0x1 0x1234 0x1 0x300 0x0 0x50 0x0 0x0 0x0 0x0
|
||||
matter esp client invoke 0x1 0x5164 0x1 0x300 0x0 0x50 0x0 0x0 0x0 0x0
|
||||
```
|
||||
|
||||
- Send command to the specified group on the specified cluster:
|
||||
|
||||
Reference in New Issue
Block a user