lavva.exalushome.extalife
Version:
Library implementing communication and abstraction layers for ExtaLife API in ExalusHome system
11 lines • 376 B
JavaScript
import { OnOffSwitchService } from "../Common/OnOffSwitchConfigurations/OnOffSwitchService";
export class Rog21ConfigService extends OnOffSwitchService {
constructor() {
super();
}
GetServiceName() {
return Rog21ConfigService.ServiceName;
}
}
Rog21ConfigService.ServiceName = "Rog21ConfigService";
//# sourceMappingURL=Rog21ConfigService.js.map