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 { IRomConfigService } from "./IRomConfigService"; export declare class RomConfigService extends OnOffSwitchService implements IRomConfigService { static readonly ServiceName: string; constructor(); GetServiceName(): string; }