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 RomConfigService extends OnOffSwitchService { constructor() { super(); } GetServiceName() { return RomConfigService.ServiceName; } } RomConfigService.ServiceName = "RomConfigService"; //# sourceMappingURL=RomConfigService.js.map