Interface NiimbotCapacitorBleClientConnectOptions

interface NiimbotCapacitorBleClientConnectOptions {
    deviceId?: string;
}

Properties

Properties

deviceId?: string

Skip device picker dialog and connect to given device ID.

On Android this is the BLE MAC address.

On iOS and web it is an identifier.