> For the complete documentation index, see [llms.txt](https://docs.piscesiot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piscesiot.com/helium-hotspot-p100/firmware-api/othercontroller/config-programe-controller.md).

# Config Programe Controller

**Config Status**

```json
http://your-hotspot-ip:8001/api/action/ConfigStatus
```

Return

```json
runing (Config programe running)
Null (Not config)
```

**Turn on the config**

```json
http://your-hotspot-ip:8001/api/action/ConfigOn
```

Return

```json
running:runing
```

**Turn off the config**

```json
http://your-hotspot-ip:8001/api/action/ConfigStatus
```

Return

```json
not running
```
