UNPKG

homebridge-virtual-accessories

Version:
7 lines (6 loc) 119 B
/** * */ export interface UpdatableObstruction { updateObstruction(value: boolean, accessoryId: string): void; }