statusEvents property
      
      Stream<DeviceStatus> 
      get
      statusEvents
      
    
    
The stream of status events for this device.
Implementation
Stream<DeviceStatus> get statusEvents => _eventController.stream;
The stream of status events for this device.
Stream<DeviceStatus> get statusEvents => _eventController.stream;