UNPKG

lavva.exalushome

Version:

Library implementing communication and abstraction layers for ExalusHome system

7 lines (6 loc) 310 B
import { ISupportedDevicesService, SupportedDevice } from "./ISupportedDevicesService"; export declare class SupportedDevicesService implements ISupportedDevicesService { static readonly ServiceName: string; GetServiceName(): string; GetSupportedDevicesAsync(): Promise<SupportedDevice[]>; }