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 { ISrp30ConfigService } from "./ISrp30ConfigService";
export declare class Srp30ConfigService extends BlindConfigService implements ISrp30ConfigService {
static readonly ServiceName: string;
constructor();
GetServiceName(): string;
}