Skip to content

Commit c390e76

Browse files
authored
Add screenshots to zigbee quickstart
1 parent 211bf43 commit c390e76

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/Zigbee.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,16 @@ The device will regularly report readings like this:
284284

285285
Information is also displayed in the WebUI.
286286

287+
![SNZB-02](https://user-images.githubusercontent.com/49731213/179617622-a3b6b234-a2cf-4fec-880f-b5f9609d71d8.png){ width="352" }
288+
287289
When you hover the arrow on the name, you get additional information like short-address and manufacturer.
288290

291+
![SNZB-02-info](https://user-images.githubusercontent.com/49731213/179617710-953a3186-d7ea-4a8f-80d9-2d9deefae761.png){ width="352" }
289292

290293
When you hover over the battery icon, you get a more precise reading.
291294

295+
![SNZB-02-batt](https://user-images.githubusercontent.com/49731213/179617737-941507b9-beda-4310-ac22-e216727a5c34.png){ width="352" }
296+
292297
### BlitzWolf SHP15 Plug
293298

294299
![SNZB-02](https://zigbee.blakadder.com/assets/images/devices/BlitzWolf_BW-SHP15.jpg){ width="150" }
@@ -323,7 +328,7 @@ You can **turn on** the plug:
323328
16:24:25.005 RSL: SENSOR = {"ZbReceived":{"0x7120":{"Device":"0x7120","Name":"SHP15","Power":1,"Endpoint":1,"LinkQuality":229}}}
324329
```
325330

326-
You can **turn off** the plug:
331+
You can **turn off** the plug: (you can use `"powe"":0` or `"power":false`)
327332

328333
`zbsend {"device":"SHP15","send":{"power":0}}`
329334

@@ -332,7 +337,7 @@ You can **turn off** the plug:
332337
16:24:02.252 RSL: SENSOR = {"ZbReceived":{"0x7120":{"Device":"0x7120","Name":"SHP15","Power":0,"Endpoint":1,"LinkQuality":229}}}
333338
```
334339

335-
You can **read the current state**:
340+
You can **read the current state**: (you can use `"power":1` or `"power":true`)
336341

337342
`zbsend {"device":"SHP15","read":{"power":true}}`
338343

@@ -359,6 +364,7 @@ When you directly turn on or off the plug with its button, it also spontaneously
359364

360365
The WebUI is also reporting the last known values:
361366

367+
![SHP15](https://user-images.githubusercontent.com/49731213/179617772-ba6a8982-f2b1-4a72-9de2-af9cbf741fcd.png){ width="352" }
362368

363369
### Advanced topic: logs when pairing
364370

0 commit comments

Comments
 (0)