UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

14 lines 499 B
import { Component } from './base'; import { Device } from '../devices'; export interface BluetoothLowEnergyAttributes { } export interface BluetoothLowEnergyConfig { enable: boolean; } /** * Handles the Bluetooth services of a device. */ export declare class BluetoothLowEnergy extends Component<BluetoothLowEnergyAttributes, BluetoothLowEnergyConfig> implements BluetoothLowEnergyAttributes { constructor(device: Device); } //# sourceMappingURL=bluetooth-low-energy.d.ts.map