POLYMERIZE_CONTINUOUS_POWER_STATISTICS constant

DataType const POLYMERIZE_CONTINUOUS_POWER_STATISTICS

Power within a period of time (including the maximum, minimum, and average power in the unit of watt).

Implementation

static const DataType POLYMERIZE_CONTINUOUS_POWER_STATISTICS = DataType(
  'com.huawei.continuous.power.statistics',
  'https://www.huawei.com/healthkit/activity.read',
  'https://www.huawei.com/healthkit/activity.write',
  <Field>[
    Field.FIELD_AVG,
    Field.FIELD_MAX,
    Field.FIELD_MIN,
  ],
  isPolymerizedFlag: true,
);