UNPKG

shellies-ds9

Version:

Handles communication with the next generation of Shelly devices

19 lines 770 B
import { Device } from "./base"; import { BluetoothLowEnergy, Cloud, DevicePower, HtUi, Humidity, Mqtt, OutboundWebSocket, Temperature, WiFi } from "../components"; export declare class ShellyPlusHt 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 temperature0: Temperature; readonly humidity0: Humidity; readonly devicePower0: DevicePower; readonly htUi: HtUi; } export declare class ShellyPlusHtV3 extends ShellyPlusHt { static readonly model: string; } //# sourceMappingURL=shelly-plus-ht.d.ts.map