Future<List<int>> getCheckupHistory() { final cmd = List<int>.filled(6, 0); cmd[0] = 0x05; cmd[1] = 0x00; return getElinkA7Data(cmd); }