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