DT_CONTINUOUS_DISTANCE_DELTA constant

DataType const DT_CONTINUOUS_DISTANCE_DELTA

Distance covered since the last reading (unit: meter).

This field is mandatory. The value range over 1 second is (0, 100], that over 1 minute is (0, 6000], and that over 1 hour is (0, 360000].

Implementation

static const DataType DT_CONTINUOUS_DISTANCE_DELTA = DataType(
  'com.huawei.continuous.distance.delta',
  'https://www.huawei.com/healthkit/distance.read',
  'https://www.huawei.com/healthkit/distance.write',
  <Field>[
    Field.FIELD_DISTANCE_DELTA,
  ],
);