/**
 *
 */
export interface UpdatableObstruction {
    updateObstruction(value: boolean, accessoryId: string): void;
}
