DT_INSTANTANEOUS_BLOOD_GLUCOSE constant

DataType const DT_INSTANTANEOUS_BLOOD_GLUCOSE

Implementation

static const DataType DT_INSTANTANEOUS_BLOOD_GLUCOSE = DataType(
  'com.huawei.instantaneous.blood_glucose',
  'https://www.huawei.com/healthkit/bloodglucose.read',
  'https://www.huawei.com/healthkit/bloodglucose.write',
  <Field>[
    HealthFields.FIELD_LEVEL,
    HealthFields.FIELD_MEASURE_TIME,
    HealthFields.FIELD_SAMPLE_SOURCE,
  ],
);