Skip to content

Commit d2b3547

Browse files
committed
[doc] fix doc
1 parent e5f699a commit d2b3547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/xarm_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@ xArm-Python-SDK API Documentation (V1.17.3): class XArmAPI in module xarm.wrappe
23792379
> Note:
23802380
>     1. only available if firmware_version >= 2.7.110
23812381
>     2. after it is turned on, the position/speed/current information of the external device will be reported through port 30000
2382-
>     3. once an error occurs, you need to restart to monitor
2382+
>     3. once an error occurs, you need to re call to monitor
23832383
>
23842384
> :param dev_type: the type of the external device
23852385
>     0: Turn off monitoring

xarm/wrapper/xarm_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4554,7 +4554,7 @@ def set_external_device_monitor_params(self, dev_type, frequency):
45544554
Note:
45554555
1. only available if firmware_version >= 2.7.110
45564556
2. after it is turned on, the position/speed/current information of the external device will be reported through port 30000
4557-
3. once an error occurs, you need to restart to monitor
4557+
3. once an error occurs, you need to re call to monitor
45584558
45594559
:param dev_type: the type of the external device
45604560
0: Turn off monitoring

0 commit comments

Comments
 (0)