voltageSensorMultilevelType top-level constant

SensorMultilevelType const voltageSensorMultilevelType

Implementation

const voltageSensorMultilevelType = SensorMultilevelType(
  sensorTypeNum: 15,
  scaleTypeDescriptions: [
    'Volt (V)',
    'Millivolt (mV)',
  ],
  description: 'Voltage',
);