UNPKG

homebridge-virtual-accessories

Version:
7 lines (6 loc) 142 B
/** * */ export interface UpdatableChargingState { updateChargingState(charging: boolean, charge: number, accessoryId: string): void; }