Future<List<int>> getAutoCheckState() { final cmd = List<int>.filled(3, 0); cmd[0] = 0x09; cmd[1] = 0x00; return getElinkA7Data(cmd); }