UNPKG

rxpoweredup

Version:

A Typescript RxJS-based library for controlling LEGO Powered UP hubs & peripherals.

6 lines (5 loc) 176 B
import { Observable } from 'rxjs'; import { BluetoothDeviceWithGatt } from '../types'; export interface IHubScanner { discoverHub(): Observable<BluetoothDeviceWithGatt>; }