lavva.exalushome.extalife
Version:
Library implementing communication and abstraction layers for ExtaLife API in ExalusHome system
8 lines (7 loc) • 346 B
TypeScript
import { OnOffSwitchService } from "../Common/OnOffSwitchConfigurations/OnOffSwitchService";
import { IRog21ConfigService } from "./IRog21ConfigService";
export declare class Rog21ConfigService extends OnOffSwitchService implements IRog21ConfigService {
static readonly ServiceName: string;
constructor();
GetServiceName(): string;
}