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