Future<List<int>> getSleepAndStepDuration() { final cmd = List.filled(4, 0); cmd[0] = 0x10; return getElinkA7Data(cmd); }