UNPKG

homebridge-virtual-accessories

Version:
14 lines (13 loc) 381 B
import { Validatable } from '../validatable.js'; /** * */ export declare class SwitchConfiguration implements Validatable { defaultState: string; hasResetTimer: boolean; hasCompanionSensor: boolean; muteLogging: boolean; private errorFields; readonly fieldNames: { [P in keyof this]?: P | undefined; }; isValid(prefix: string): [boolean, string[]]; }