UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

17 lines 664 B
import { Device } from "./base"; import { BluetoothLowEnergy, Cloud, Mqtt, OutboundWebSocket, Script, WiFi, Pm1 } from "../components"; export declare class ShellyPlusPmMini extends Device { static readonly model: string; static readonly modelName: string; readonly wifi: WiFi; readonly bluetoothLowEnergy: BluetoothLowEnergy; readonly cloud: Cloud; readonly mqtt: Mqtt; readonly outboundWebSocket: OutboundWebSocket; readonly script: Script; readonly pm1: Pm1; } export declare class ShellyPlusPmMiniV3 extends ShellyPlusPmMini { static readonly model: string; } //# sourceMappingURL=shelly-plus-pm.d.ts.map