/** * @name DeviceMetricOperationalStatus * @description Describes the operational status of the DeviceMetric. * @description on | off | standby | entered-in-error * @see DeviceMetricOperationalStatus * @version R4 * @author Claudia Alarcón Lazo */ export type DeviceMetricOperationalStatusType = 'on' | 'off' | 'standby' | 'entered-in-error';