sensorTypes property

Request, if not already cached, and return the supported sensor types

Implementation

Future<List<SensorMultilevelType>> get sensorTypes async =>
    (supportedSensorReport ?? await requestSupportedSensorReport())
        .sensorTypes;