UNPKG

lavva.exalushome.extalife

Version:

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

8 lines (7 loc) 338 B
import { OnOffSwitchService } from "../Common/OnOffSwitchConfigurations/OnOffSwitchService"; import { IRopConfigService } from "./IRopConfigService"; export declare class RopConfigService extends OnOffSwitchService implements IRopConfigService { static readonly ServiceName: string; constructor(); GetServiceName(): string; }