/**
 *
 */
export interface UpdatableMeasurementSensor {
    updateMeasurementSensor(value: number, accessoryId: string): void;
}
