DT_CONTINUOUS_BIKING_WHEEL_ROTATION_TOTAL constant

DataType const DT_CONTINUOUS_BIKING_WHEEL_ROTATION_TOTAL

Number of rotations of the bicycle wheel within a period of time.

Implementation

static const DataType DT_CONTINUOUS_BIKING_WHEEL_ROTATION_TOTAL = DataType(
  'com.huawei.continuous.biking.wheel_rotation.total',
  'https://www.huawei.com/healthkit/speed.read',
  'https://www.huawei.com/healthkit/speed.write',
  <Field>[
    Field.FIELD_ROTATION,
  ],
);