all options
trixie  ] [  sid  ]
[ Source: aioruuvigateway  ]

Package: python3-aioruuvigateway (0.1.0-2)

Links for python3-aioruuvigateway

Screenshot

Debian Resources:

Download Source Package aioruuvigateway:

Maintainers:

External Resources:

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

  • depends
  • recommends
  • suggests
  • enhances

Download python3-aioruuvigateway

Download for all available architectures
Architecture Package Size Installed Size Files
all 6.0 kB30.0 kB [list of files]