export interface AlarmLimitData { upperLimit: number; lowerLimit: number; upperLimitColor: string; lowerLimitColor: string; }