mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-22 05:07:00 +01:00
23 lines
298 B
Markdown
23 lines
298 B
Markdown
---
|
|
title: "Connect Device"
|
|
aliases:
|
|
- pybytes/api/connect
|
|
---
|
|
|
|
Initialize connection based on the configured parameters.
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.connect()**
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.connect()`
|
|
|
|
**Success Response**
|
|
----
|
|
|
|
```
|
|
>> Connected using Sigfox. Only upload stream is supported
|
|
```
|