POLYMERIZE_CONTINUOUS_HEIGHT_STATISTICS constant

DataType const POLYMERIZE_CONTINUOUS_HEIGHT_STATISTICS

Height over a period of time (including maximum, minimum, and average values in the unit of meter).

Implementation

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