DT_CONTINUOUS_CALORIES_BURNT constant

DataType const DT_CONTINUOUS_CALORIES_BURNT

This field is mandatory.

The value range over 1 second is (0, 0.555555555555556], that over 1 minute is (0, 33.333333333333333], and that over 1 hour is (0, 2000].

Implementation

static const DataType DT_CONTINUOUS_CALORIES_BURNT = DataType(
  'com.huawei.continuous.calories.burnt',
  'https://www.huawei.com/healthkit/calories.read',
  'https://www.huawei.com/healthkit/calories.write',
  <Field>[
    Field.FIELD_CALORIES,
  ],
);