From 2d57c3fd236137165b9d82640f4acd0d2064d3c8 Mon Sep 17 00:00:00 2001 From: shijie Date: Wed, 21 Aug 2024 02:17:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=BE=E5=A4=87=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=B2=A1=E6=9C=89telephony=E5=AD=97=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shijie --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6cb0bb4..2ca0889 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,9 @@ post_install do |installer| end end ``` + +Note: +the device type enumeration does not include the telephony field and is not supported at this time. + +注意: +设备类型枚举没有telephony字段,且暂无支持。 \ No newline at end of file -- Gitee