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