DT_INSTANTANEOUS_BIKING_WHEEL_ROTATION constant

DataType const DT_INSTANTANEOUS_BIKING_WHEEL_ROTATION

Instantaneous measurement of the rotational speed of the bicycle wheel per minute.

Implementation

static const DataType DT_INSTANTANEOUS_BIKING_WHEEL_ROTATION = DataType(
  'com.huawei.instantaneous.biking.wheel_rotation',
  'https://www.huawei.com/healthkit/speed.read',
  'https://www.huawei.com/healthkit/speed.write',
  <Field>[
    Field.FIELD_RPM,
  ],
);