Fixed commands in light_switch readme

This commit is contained in:
Rohit Jadhav
2023-01-09 12:16:17 +05:30
parent aa798e1b47
commit 037820e002
+5 -5
View File
@@ -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: