xarm_config_gpio_reset_when_stop

1. Introduction

Reset 'IO Ouput' when the robot is stopped.

Button: [Settings] - [General] - [Advanced Settings] - Clear the IO output when the robot is stopped.

2. Request & Response

```
{
    "cmd": "xarm_config_gpio_reset_when_stop",
    "data": {
        'save': True, 
        'cgpio': 0,
        'tgpio': 0
    },
    "id": "1"
}
```

Last updated