ogs-plugin-sdk
    Preparing search index...

    Namespace bluetooth

    Communicate with devices over bluetooth low-energy

    const bt = bluetooth.createClient();
    bt.on('discover', (device) => console.log('discovered device', device));
    await bt.waitForPoweredOn();
    await bt.startScanning();

    Classes

    BluetoothCharacteristic
    BluetoothClient
    BluetoothDevice
    BluetoothService

    Type Aliases

    BluetoothAdapterState

    Functions

    createClient