export interface IDeviceAdjustValue {
    active: boolean;
    round: boolean;
    percentage: boolean;
    value: number;
    text: string;
}
