DT_CONTINUOUS_SLEEP constant

DataType const DT_CONTINUOUS_SLEEP

Sleep details. For information about the input values of this data type, see SleepFragmentCategory.

Implementation

static const DataType DT_CONTINUOUS_SLEEP = DataType(
  'com.huawei.continuous.sleep.fragment',
  'https://www.huawei.com/healthkit/sleep.read',
  'https://www.huawei.com/healthkit/sleep.write',
  <Field>[
    Field.SLEEP_STATE,
  ],
);