DT_INSTANTANEOUS_STRESS_STATISTICS constant

DataType const DT_INSTANTANEOUS_STRESS_STATISTICS

Pressure statistics.

Implementation

static const DataType DT_INSTANTANEOUS_STRESS_STATISTICS = DataType(
  'com.huawei.instantaneous.stress.statistics',
  'https://www.huawei.com/healthkit/stress.read',
  'https://www.huawei.com/healthkit/stress.write',
  <Field>[
    Field.STRESS_AVG,
    Field.STRESS_MAX,
    Field.STRESS_MIN,
    Field.STRESS_LAST,
    Field.MEASURE_COUNT,
  ],
);