UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

14 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BluetoothLowEnergy = void 0; const base_1 = require("./base"); /** * Handles the Bluetooth services of a device. */ class BluetoothLowEnergy extends base_1.Component { constructor(device) { super('BLE', device); } } exports.BluetoothLowEnergy = BluetoothLowEnergy; //# sourceMappingURL=bluetooth-low-energy.js.map