UNPKG

homebridge-virtual-accessories

Version:
12 lines (11 loc) 329 B
import { Validatable } from '../validatable.js'; /** * */ export declare class BatteryConfiguration implements Validatable { isRechargeable: boolean; lowLevelThreshold: number; private errorFields; readonly fieldNames: { [P in keyof this]?: P | undefined; }; isValid(prefix: string): [boolean, string[]]; }