Future<List<int>> getSleepCheckState() { final cmd = List<int>.filled(3, 0); cmd[0] = 0x14; return getElinkA7Data(cmd); }