mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 19:06:45 +01:00
23 lines
390 B
Markdown
23 lines
390 B
Markdown
---
|
|
title: "Disconnect"
|
|
aliases:
|
|
- pybytes/api/disconnect
|
|
---
|
|
|
|
Disconnect device
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.disconnect()**
|
|
|
|
**Success Response**
|
|
----
|
|
|
|
```
|
|
>> Watchdog timeout has been increased to 2147483647 ms
|
|
>> self.__connection_status=1 | self.__network_type=0
|
|
>> MQTT over WIFI||LTE... disconnecting MQTT
|
|
>> Packet sent. (Length: 2)
|
|
>> Connected over WIFI... disconnecting
|
|
```
|