From 19e227f6c9e46707c07b0ff23b09dcd5be6fee00 Mon Sep 17 00:00:00 2001 From: "jayceon.fu" Date: Wed, 9 Aug 2023 09:11:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=20(voiceCall):=20voiceCall=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=94=AF=E6=8C=81=E7=9A=84=E5=9E=8B=E5=8F=B7=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、将voiceCall支持的型号中,EC600U系列中包含的EG912UGL_AA/EG915UEU_AB独立出来,单独增加EG912U系列和EG915U; 2、getAutoCancelStatus接口增加支持的型号说明;属于历史遗留问题,之前同事增加该接口时没有同步在wiki上增加说明。 固件版本: All 是否需要文案翻译: 否 --- docs/API_reference/en/iotlib/voiceCall.md | 31 +++++++++++++-------- docs/API_reference/zh/iotlib/voiceCall.md | 33 ++++++++++++++--------- 2 files changed, 41 insertions(+), 23 deletions(-) diff --git a/docs/API_reference/en/iotlib/voiceCall.md b/docs/API_reference/en/iotlib/voiceCall.md index 0bbf0f68..8a629dd9 100644 --- a/docs/API_reference/en/iotlib/voiceCall.md +++ b/docs/API_reference/en/iotlib/voiceCall.md @@ -5,17 +5,20 @@ This feature provides voice call APIs. >* The modules supporting voice call are listed below. ->EC100Y series: EC100YCN_AA -> EC200N series: EC200NCN_AA/EC200NCN_AC/EC200NCN_LA -> EC600N series: EC600NCN_AA/EC600NCN_LC/EC600NCN_LD/EC600NCN_LF -> EC600S series: EC600SCN_LA -> EG912N series: EG912NEN_AA -> EG915N series: EG915NEU_AG -> EC200A series: EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA -> EC200U series: EC200UAU_AB/EC200UCN_AA/EC200UEU_AA/EC200UEU_AB -> EC600U series: EC600CEU_AB/EG912UGL_AA/EG915UEU_AB -> * BC25/EC600G/EC800G/BG95/BG77 series module does not support voice call. -> * For other modules, a custom version is required to support voice call. +> EC100Y series: EC100YCN_AA +> EC200N series: EC200NCN_AA/EC200NCN_AC/EC200NCN_LA +> EC600N series: EC600NCN_AA/EC600NCN_LC/EC600NCN_LD/EC600NCN_LF +> EC600S series: EC600SCN_LA +> EG912N series: EG912NEN_AA +> EG915N series: EG915NEU_AG +> EC200A series: EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA +> EC200U series: EC200UAU_AB/EC200UCN_AA/EC200UEU_AA/EC200UEU_AB +> EC600U series: EC600CEU_AB +> EG912U series: EG912UGL_AA +> EG915U series: EG915UEU_AB/EG915ULA_AB +> +>* BC25/EC600G/EC800G/BG95/BG77 series module does not support voice call. +>* For other modules, a custom version is required to support voice call. @@ -296,6 +299,12 @@ Gets the enablement status of auto hang-up. `1`: Auto hang-up is enabled + + +> EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA series module supports this method. + + + **Example** ```python diff --git a/docs/API_reference/zh/iotlib/voiceCall.md b/docs/API_reference/zh/iotlib/voiceCall.md index be185d6a..b248cd30 100644 --- a/docs/API_reference/zh/iotlib/voiceCall.md +++ b/docs/API_reference/zh/iotlib/voiceCall.md @@ -5,17 +5,20 @@ >* 支持voiceCall功能的模组: ->EC100Y系列:EC100YCN_AA -> EC200N系列:EC200NCN_AA/EC200NCN_AC/EC200NCN_LA -> EC600N系列:EC600NCN_AA/EC600NCN_LC/EC600NCN_LD/EC600NCN_LF -> EC600S系列:EC600SCN_LA -> EG912N系列:EG912NEN_AA -> EG915N系列:EG915NEU_AG -> EC200A系列:EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA -> EC200U系列:EC200UAU_AB/EC200UCN_AA/EC200UEU_AA/EC200UEU_AB -> EC600U系列:EC600CEU_AB/EG912UGL_AA/EG915UEU_AB -> BC25/EC600G/EC800G/BG95/BG77系列模组不支持voiceCall功能。 -> * 其他系列模组需要定制版本才能支持voiceCall功能。 +> EC100Y系列:EC100YCN_AA +> EC200N系列:EC200NCN_AA/EC200NCN_AC/EC200NCN_LA +> EC600N系列:EC600NCN_AA/EC600NCN_LC/EC600NCN_LD/EC600NCN_LF +> EC600S系列:EC600SCN_LA +> EG912N系列:EG912NEN_AA +> EG915N系列:EG915NEU_AG +> EC200A系列:EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA +> EC200U系列:EC200UAU_AB/EC200UCN_AA/EC200UEU_AA/EC200UEU_AB +> EC600U系列:EC600CEU_AB +> EG912U系列:EG912UGL_AA +> EG915U系列:EG915UEU_AB/EG915ULA_AB +>* BC25/EC600G/EC800G/BG95/BG77系列模组不支持voiceCall功能。 +> +>* 其他系列模组需要定制版本才能支持voiceCall功能。 @@ -243,7 +246,7 @@ voiceCall.setAutoCancel(enable) ->EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA系列模组支持该功能 +>EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA系列模组支持该功能。 @@ -278,6 +281,12 @@ voiceCall.getAutoCancelStatus() `1`:来电自动挂断使能开启,来电会被模组自动挂断。 + + +> EC200AAU_HA/EC200ACN_DA/EC200ACN_HA/EC200ACN_LA/EC200AEU_HA系列模组支持该功能。 + + + **示例:** ```python -- Gitee From e99fb2597dc266c229892d6b0dddcef1c75cfa5f Mon Sep 17 00:00:00 2001 From: "jayceon.fu" Date: Tue, 29 Aug 2023 11:49:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs=20(sim):=20=E4=BF=AE=E6=94=B9sim?= =?UTF-8?q?=E5=8D=A1=E7=83=AD=E6=8F=92=E6=8B=94=E5=8A=9F=E8=83=BD=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E6=A8=A1=E7=BB=84=E5=9E=8B=E5=8F=B7=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 展锐8850/8910平台涉及代码修改,解决SIM卡热插拔相关bug,请基于2023/8/23之后的固件测试。 其他列出的型号,功能之前就支持,但是wiki一直没更新,本次一起加上。 固件版本: EC600G/EC800G/EC200U/EC600U/EG912U/EG915U 是否需要文案翻译: 否 --- docs/API_reference/en/iotlib/sim.md | 38 ++++++++++++++++++++++++++--- docs/API_reference/zh/iotlib/sim.md | 38 +++++++++++++++++++++++------ 2 files changed, 66 insertions(+), 10 deletions(-) diff --git a/docs/API_reference/en/iotlib/sim.md b/docs/API_reference/en/iotlib/sim.md index 3ddac7a4..7cd0a9d8 100644 --- a/docs/API_reference/en/iotlib/sim.md +++ b/docs/API_reference/en/iotlib/sim.md @@ -453,7 +453,17 @@ Sets the hot-swap-related features of the SIM card. -> BC25 series module does not support this method. +> The EC100Y/EC200N/EC600S/EC600N/EG912N/EC600M/EC800M/EC200A series modules support SIM card hot-swapping. Configurations take effect immediately and the related settings have power-off preservation. +> +> * In EC600N series module, EC600NCN_AA module does not support this feature. +> +> * In EC200A series module, EC200ACN_GA module does not support this feature. +> +> The EC600G/EC800G/EC200U/EC600U/EG912U/EG915U series modules support SIM card hot-swapping. Configurations take effect immediately, and the related settings have power-off preservation. (Firmware versions after August 23, 2023, support power-off preservation, while earlier versions do not.) +> +> The EC600E series/EC800E series modules support SIM card hot-swapping. Configurations take effect immediately, but they do not support the power-off preservation feature. +> +> The BG95M1/BG95M2/BG95M3/BG95M6/BG95M8 series modules support SIM card hot-swapping. Configurations require a restart to take effect, and they support the power-off preservation feature. @@ -490,7 +500,17 @@ The parameters are described below. ->BC25 series module does not support this method. +>The EC100Y/EC200N/EC600S/EC600N/EG912N/EC600M/EC800M/EC200A series modules support SIM card hot-swapping. Configurations take effect immediately and the related settings have power-off preservation. +> +>* In EC600N series module, EC600NCN_AA module does not support this feature. +> +>* In EC200A series module, EC200ACN_GA module does not support this feature. +> +>The EC600G/EC800G/EC200U/EC600U/EG912U/EG915U series modules support SIM card hot-swapping. Configurations take effect immediately, and the related settings have power-off preservation. (Firmware versions after August 23, 2023, support power-off preservation, while earlier versions do not.) +> +>The EC600E series/EC800E series modules support SIM card hot-swapping. Configurations take effect immediately, but they do not support the power-off preservation feature. +> +>The BG95M1/BG95M2/BG95M3/BG95M6/BG95M8 series modules support SIM card hot-swapping. Configurations require a restart to take effect, and they support the power-off preservation feature. @@ -615,7 +635,19 @@ def usrFun(args): `-1` - Failed execution -> BC25 series module does not support this method. + + +> The EC100Y/EC200N/EC600S/EC600N/EG912N/EC600M/EC800M/EC200A series modules support SIM card hot-swapping. Configurations take effect immediately and the related settings have power-off preservation. +> +> * In EC600N series module, EC600NCN_AA module does not support this feature. +> +> * In EC200A series module, EC200ACN_GA module does not support this feature. +> +> The EC600G/EC800G/EC200U/EC600U/EG912U/EG915U series modules support SIM card hot-swapping. Configurations take effect immediately, and the related settings have power-off preservation. (Firmware versions after August 23, 2023, support power-off preservation, while earlier versions do not.) +> +> The EC600E series/EC800E series modules support SIM card hot-swapping. Configurations take effect immediately, but they do not support the power-off preservation feature. +> +> The BG95M1/BG95M2/BG95M3/BG95M6/BG95M8 series modules support SIM card hot-swapping. Configurations require a restart to take effect, and they support the power-off preservation feature. diff --git a/docs/API_reference/zh/iotlib/sim.md b/docs/API_reference/zh/iotlib/sim.md index 74114c2d..7c045ea3 100644 --- a/docs/API_reference/zh/iotlib/sim.md +++ b/docs/API_reference/zh/iotlib/sim.md @@ -433,11 +433,17 @@ SIM卡热插拔开关:用于设置SIM卡热插拔相关配置。 -> BC25/EG810M系列不支持此方法。 +> EC100Y系列/EC200N系列/EC600S系列/EC600N部分系列/EG912N系列/EC600M系列/EC800M系列/EC200A部分系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存。 > -> EC600M/EC800M中除了LA/LE/GA系列支持,其它系列均不支持此方法。 +> * EC600N系列模组中,EC600NCN_AA暂不支持SIM卡热插拔功能; > -> EC600E/EC800E/EC600U/EC200U/EG912/EC800G系列设置成热插拔后掉电不保存。 +> * EC200A系列模组中,EC200ACN_GA暂不支持SIM卡热插拔功能。 +> +> EC600G系列/EC800G系列/EC200U系列/EC600U系列/EG912U系列/EG915U系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存(2023/8/23之后的固件版本掉电保存,之前的固件版本掉电不保存)。 +> +> EC600E系列/EC800E系列模组支持SIM卡热插拔功能,配置立即生效,但是相关配置掉电不保存。 +> +> BG95M1/BG95M2/BG95M3/BG95M6/BG95M8系列模组支持SIM卡热插拔功能,配置需要重启才能生效,相关配置掉电保存。 @@ -473,9 +479,17 @@ sim.getSimDet() ->BC25/EG810M系列不支持此方法。 +>EC100Y系列/EC200N系列/EC600S系列/EC600N部分系列/EG912N系列/EC600M系列/EC800M系列/EC200A部分系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存。 +> +>* EC600N系列模组中,EC600NCN_AA暂不支持SIM卡热插拔功能; +> +>* EC200A系列模组中,EC200ACN_GA暂不支持SIM卡热插拔功能。 +> +>EC600G系列/EC800G系列/EC200U系列/EC600U系列/EG912U系列/EG915U系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存(2023/8/23之后的固件版本掉电保存,之前的固件版本掉电不保存)。 +> +>EC600E系列/EC800E系列模组支持SIM卡热插拔功能,配置立即生效,但是相关配置掉电不保存。 > ->EC600M/EC800M中除了LA/LE/GA系列支持,其它系列均不支持此方法。 +>BG95M1/BG95M2/BG95M3/BG95M6/BG95M8系列模组支持SIM卡热插拔功能,配置需要重启才能生效,相关配置掉电保存。 @@ -489,6 +503,8 @@ sim.getSimDet() + + ## SIM卡切卡功能 ### `sim.getCurSimid` @@ -590,9 +606,17 @@ def usrFun(args): -> BC25/EG810M系列不支持此方法。 +> EC100Y系列/EC200N系列/EC600S系列/EC600N部分系列/EG912N系列/EC600M系列/EC800M系列/EC200A部分系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存。 +> +> * EC600N系列模组中,EC600NCN_AA暂不支持SIM卡热插拔功能; +> +> * EC200A系列模组中,EC200ACN_GA暂不支持SIM卡热插拔功能。 +> +> EC600G系列/EC800G系列/EC200U系列/EC600U系列/EG912U系列/EG915U系列模组支持SIM卡热插拔功能,配置立即生效,且相关配置掉电保存(2023/8/23之后的固件版本掉电保存,之前的固件版本掉电不保存)。 +> +> EC600E系列/EC800E系列模组支持SIM卡热插拔功能,配置立即生效,但是相关配置掉电不保存。 > -> EC600M/EC800M中除了LA/LE/GA系列支持,其它系列均不支持此方法。 +> BG95M1/BG95M2/BG95M3/BG95M6/BG95M8系列模组支持SIM卡热插拔功能,配置需要重启才能生效,相关配置掉电保存。 -- Gitee