DT_CONTINUOUS_STEPS_DELTA constant

DataType const DT_CONTINUOUS_STEPS_DELTA

Steps taken since the last reading.

The value range over 1 second is (0, 10], that over 1 minute is (0, 600], and that over 1 hour is (0, 36000].

Implementation

static const DataType DT_CONTINUOUS_STEPS_DELTA = DataType(
  'com.huawei.continuous.steps.delta',
  'https://www.huawei.com/healthkit/step.read',
  'https://www.huawei.com/healthkit/step.write',
  <Field>[
    Field.FIELD_STEPS_DELTA,
  ],
);