status property

String status
final

Describes this device's connection status to the zigbee network.

  • connected - if device has been recently been available
  • connectivity_issues - the device is powered off or has network issues
  • unidirectional_incoming - the device only talks to bridge
  • disconnected - the device is not connected

Implementation

final String status;