@elshaer/homebridge-lg-thinq
Version:
A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.
20 lines • 514 B
TypeScript
import { DeviceModel } from './DeviceModel';
export declare class Device {
data: any;
deviceModel: DeviceModel;
constructor(data: any);
get id(): any;
get name(): any;
get type(): string;
get model(): any;
get macAddress(): any;
get salesModel(): any;
get serialNumber(): any;
get firmwareVersion(): any;
get snapshot(): any;
set snapshot(value: any);
get platform(): any;
get online(): any;
toString(): string;
}
//# sourceMappingURL=Device.d.ts.map