Future<List<int>> getSleepAndStepHistoryOver() { final cmd = List<int>.filled(6, 0); cmd[0] = 0x11; cmd[1] = 0x02; return getElinkA7Data(cmd); }