Updated Zigbee Operation (markdown)

Michael Ingraham 2019-11-12 16:28:11 -05:00
parent 3cf29bf51d
commit ab788fe004
1 changed files with 6 additions and 6 deletions

@ -82,13 +82,13 @@ You can dump the internal information gathered about connected Zigbee devices wi
`ZigbeeStatus1` - List all connected devices `ZigbeeStatus1` - List all connected devices
```yaml ```yaml
{"ZigbeeState-99":[{"ShortAddr":"0x6B58"},{"ShortAddr":"0xE9C3"},{"ShortAddr":"0x3D82"}]} {"ZigbeeStatus-99":[{"ShortAddr":"0x6B58"},{"ShortAddr":"0xE9C3"},{"ShortAddr":"0x3D82"}]}
``` ```
_(JSON pretty-printed for readability)_ _(JSON pretty-printed for readability)_
```yaml ```yaml
{ {
"ZigbeeState-99": [ "ZigbeeStatus-99": [
{ {
"ShortAddr":"0x6B58" "ShortAddr":"0x6B58"
}, },
@ -104,13 +104,13 @@ _(JSON pretty-printed for readability)_
`ZigbeeStatus 2` - Display detailed information for each device, including long address, model and manufacturer: `ZigbeeStatus 2` - Display detailed information for each device, including long address, model and manufacturer:
```yaml ```yaml
{"ZigbeeState2":[{"ShortAddr":"0x6B58","IEEEAddr":"7CB03EAA0A0292DD","ModelId":"Plug 01","Manufacturer":"OSRAM"},{"ShortAddr":"0xE9C3","IEEEAddr":"00158D00036B50AE","ModelId":"lumi.weather","Manufacturer":"LUMI"},{"ShortAddr":"0x3D82","IEEEAddr":"0017880102FE1DBD","ModelId":"LWB010","Manufacturer":"Philips"}]} {"ZigbeeStatus2":[{"ShortAddr":"0x6B58","IEEEAddr":"7CB03EAA0A0292DD","ModelId":"Plug 01","Manufacturer":"OSRAM"},{"ShortAddr":"0xE9C3","IEEEAddr":"00158D00036B50AE","ModelId":"lumi.weather","Manufacturer":"LUMI"},{"ShortAddr":"0x3D82","IEEEAddr":"0017880102FE1DBD","ModelId":"LWB010","Manufacturer":"Philips"}]}
``` ```
_(JSON pretty-printed for readability)_ _(JSON pretty-printed for readability)_
```yaml ```yaml
{ {
"ZigbeeState2": [ "ZigbeeStatus2": [
{ {
"ShortAddr": "0x6B58", "ShortAddr": "0x6B58",
"IEEEAddr": "7CB03EAA0A0292DD", "IEEEAddr": "7CB03EAA0A0292DD",
@ -144,13 +144,13 @@ OSRAM Plug|`0x03`
Philips Hue Bulb|`0x0B` Philips Hue Bulb|`0x0B`
```yaml ```yaml
{"ZigbeeState3":[{"ShortAddr":"0x6B58","Endpoints":{"0x03":{"ProfileId":"0xC05E","ProfileIdName":"ZigBee Light Link","ClustersIn":["0x1000","0x0000","0x0003","0x0004","0x0005","0x0006","0x0B04","0xFC0F"],"ClustersOut":["0x0019"]}}},{"ShortAddr":"0xE9C3","Endpoints":{"0x01":{"ProfileId":"0x0104","ClustersIn":["0x0000","0x0003","0xFFFF","0x0402","0x0403","0x0405"],"ClustersOut":["0x0000","0x0004","0xFFFF"]}}},{"ShortAddr":"0x3D82","Endpoints":{"0x0B":{"ProfileId":"0xC05E"," ... {"ZigbeeStatus3":[{"ShortAddr":"0x6B58","Endpoints":{"0x03":{"ProfileId":"0xC05E","ProfileIdName":"ZigBee Light Link","ClustersIn":["0x1000","0x0000","0x0003","0x0004","0x0005","0x0006","0x0B04","0xFC0F"],"ClustersOut":["0x0019"]}}},{"ShortAddr":"0xE9C3","Endpoints":{"0x01":{"ProfileId":"0x0104","ClustersIn":["0x0000","0x0003","0xFFFF","0x0402","0x0403","0x0405"],"ClustersOut":["0x0000","0x0004","0xFFFF"]}}},{"ShortAddr":"0x3D82","Endpoints":{"0x0B":{"ProfileId":"0xC05E"," ...
``` ```
_(JSON pretty-printed for readability)_ _(JSON pretty-printed for readability)_
```yaml ```yaml
{ {
"ZigbeeState3": [ "ZigbeeStatus3": [
{ {
"ShortAddr": "0x6B58", "ShortAddr": "0x6B58",
"Endpoints": { "Endpoints": {