@@ -284,11 +284,16 @@ The device will regularly report readings like this:
284
284
285
285
Information is also displayed in the WebUI.
286
286
287
+ ![ SNZB-02] ( https://user-images.githubusercontent.com/49731213/179617622-a3b6b234-a2cf-4fec-880f-b5f9609d71d8.png ) { width="352" }
288
+
287
289
When you hover the arrow on the name, you get additional information like short-address and manufacturer.
288
290
291
+ ![ SNZB-02-info] ( https://user-images.githubusercontent.com/49731213/179617710-953a3186-d7ea-4a8f-80d9-2d9deefae761.png ) { width="352" }
289
292
290
293
When you hover over the battery icon, you get a more precise reading.
291
294
295
+ ![ SNZB-02-batt] ( https://user-images.githubusercontent.com/49731213/179617737-941507b9-beda-4310-ac22-e216727a5c34.png ) { width="352" }
296
+
292
297
### BlitzWolf SHP15 Plug
293
298
294
299
![ 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:
323
328
16 :24:25.005 RSL: SENSOR = {"ZbReceived":{"0x7120":{"Device":"0x7120","Name":"SHP15","Power":1,"Endpoint":1,"LinkQuality":229}}}
324
329
```
325
330
326
- You can ** turn off** the plug:
331
+ You can ** turn off** the plug: (you can use ` "powe"":0 ` or ` "power":false ` )
327
332
328
333
` zbsend {"device":"SHP15","send":{"power":0}} `
329
334
@@ -332,7 +337,7 @@ You can **turn off** the plug:
332
337
16 :24:02.252 RSL: SENSOR = {"ZbReceived":{"0x7120":{"Device":"0x7120","Name":"SHP15","Power":0,"Endpoint":1,"LinkQuality":229}}}
333
338
```
334
339
335
- You can ** read the current state** :
340
+ You can ** read the current state** : (you can use ` "power":1 ` or ` "power":true ` )
336
341
337
342
` zbsend {"device":"SHP15","read":{"power":true}} `
338
343
@@ -359,6 +364,7 @@ When you directly turn on or off the plug with its button, it also spontaneously
359
364
360
365
The WebUI is also reporting the last known values:
361
366
367
+ ![ SHP15] ( https://user-images.githubusercontent.com/49731213/179617772-ba6a8982-f2b1-4a72-9de2-af9cbf741fcd.png ) { width="352" }
362
368
363
369
### Advanced topic: logs when pairing
364
370
0 commit comments