shellies-ds9
Version:
Handles communication with the next generation of Shelly devices
23 lines • 853 B
TypeScript
import { Device } from './base';
import { BluetoothLowEnergy, Cloud, Input, Mqtt, OutboundWebSocket, Script, Switch, WiFi } from '../components';
export declare class ShellyPro2 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 input0: Input;
readonly input1: Input;
readonly switch0: Switch;
readonly switch1: Switch;
readonly script: Script;
}
export declare class ShellyPro2Rev1 extends ShellyPro2 {
static readonly model: string;
}
export declare class ShellyPro2Rev2 extends ShellyPro2Rev1 {
static readonly model: string;
}
//# sourceMappingURL=shelly-pro-2.d.ts.map