connect method

void connect()

Implementation

void connect() {
  deviceConnector.connect(deviceId);
}