The options object passed into the disconnect function.

interface DisconnectOptions {
    UUID: string;
}

Properties

Properties

UUID: string

The UUID of the peripheral to disconnect from.

Generated using TypeDoc