DT_INSTANTANEOUS_SKIN_TEMPERATURE constant

DataType const DT_INSTANTANEOUS_SKIN_TEMPERATURE

Implementation

static const DataType DT_INSTANTANEOUS_SKIN_TEMPERATURE = DataType(
  'com.huawei.instantaneous.skin.temperature',
  'https://www.huawei.com/healthkit/bodytemperature.read',
  'https://www.huawei.com/healthkit/bodytemperature.write',
  <Field>[
    HealthFields.FIELD_TEMPERATURE,
    HealthFields.FIELD_MEASURE_BODY_PART_OF_TEMPERATURE,
  ],
);