statusEvents property

Stream<DeviceStatus> statusEvents
inherited

The stream of status events for this device.

Implementation

Stream<DeviceStatus> get statusEvents => _eventController.stream;