getVersion method
获取版本 使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入 Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)
Implementation
List<int> getVersion() {
final payload = [0x46];
return ElinkCmdUtils.getElinkA6Data(payload);
}