Package: python3-aioruuvigateway (0.1.0-2)
Links for python3-aioruuvigateway
Debian Resources:
Download Source Package aioruuvigateway:
- [aioruuvigateway_0.1.0-2.dsc]
- [aioruuvigateway_0.1.0.orig.tar.gz]
- [aioruuvigateway_0.1.0-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
Asyncio-standardbibliotek for Ruuvi Gateway-dataforespørgsler
Et asyncio-standardbibliotek designet til at forespørge data fra en Ruuvi Gateway. Understøtter bearer-symbolgodkendelse og muliggør effektiv dataindhentelse og fortolkning.
Ruuvi Gateway er en enhed der gør det muligt eksternt at tilgå dine Ruuvi-sensorer overalt fra i verdenen.
Eksempel på brug:
from aioruuvigateway.api import get_gateway_history_data
async with httpx.AsyncClient() as client:
history = await get_gateway_history_data( client=client, host="192.168.1.249", bearer_token="your_token_here", ) print(history)
Eksempel på kommandolinjegrænseflade:
python -m aioruuvigateway --host 192.168.1.249 --token bearbear --parse --json
Dette vil hente data fra adgangspunktet i JSON-format, udskrive ændret information hver 10. sekund.
Other Packages Related to python3-aioruuvigateway
|
|
|
|
-
- dep: python3
- Interaktivt objektorienteret højniveausprog - standardversion af Python 3
-
- dep: python3-bluetooth-data-tools
- Python tools for converting bluetooth data and packets
-
- dep: python3-httpx
- next generation HTTP client
Download python3-aioruuvigateway
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 6.0 kB | 30.0 kB | [list of files] |