UNPKG

lavva.exalushome.extalife

Version:

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

11 lines 366 B
import { OnOffSwitchService } from "../Common/OnOffSwitchConfigurations/OnOffSwitchService"; export class RopConfigService extends OnOffSwitchService { constructor() { super(); } GetServiceName() { return RopConfigService.ServiceName; } } RopConfigService.ServiceName = "RopConfigService"; //# sourceMappingURL=RopConfigService.js.map