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