getBoxDeviceInfo method

Future<List<int>> getBoxDeviceInfo()

获取盒子信息 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)

Implementation

Future<List<int>> getBoxDeviceInfo() {
  final payload = List.filled(2, 0x01);
  return getElinkA7Data(payload);
}