UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 143 B
export interface IDeviceAdjustValue { active: boolean; round: boolean; percentage: boolean; value: number; text: string; }