A stream of incomming command that clients can listen to in cause they have custom actions that should happen for commands.
@override Stream<DeviceCommand> get commandStream => _commandStreamController!.stream;