UNPKG

lavva.exalushome.extalife

Version:

Library implementing communication and abstraction layers for ExtaLife API in ExalusHome system

10 lines (9 loc) 251 B
export declare class GetParamsRequest { constructor(deviceGuid: string); DeviceGuid: string; } export declare class GetChannelParamsRequest { constructor(deviceGuid: string, channel: number); DeviceGuid: string; Channel: number; }