WittIOT Device support
Project description
Wittiot get data
Data access for some Wittiot models.
- LAN data acquisition: request_loc_allinfo().Use the ip of the device to get data. example:
from wittiot import Wittiot
from aiohttp import ClientSession
async def main() -> None:
async with ClientSession() as session:
try:
api = Wittiot("10.255.172.105", session=session)
res =await api._request_loc_allinfo()
_LOGGER.info("_request_loc_allinfo==============: %s", res)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wittiot-1.0.8.tar.gz
(9.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wittiot-1.0.8.tar.gz.
File metadata
- Download URL: wittiot-1.0.8.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9032d625d669b15dc99ee907355109f9462123428b59fff27da0f19b01af1dd
|
|
| MD5 |
6fc25e2951b75af63cb83bbbe64e9027
|
|
| BLAKE2b-256 |
47f7cb1d0d8b86e35677a96f5e94fa67541d545d2caa32d0a77f5262bdaa88f7
|
File details
Details for the file wittiot-1.0.8-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.8-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a728f2590ef6368729b481ba9c29441d95a96f901efbf0b27334f867c4451c8
|
|
| MD5 |
a774fb37ce94604a2e8087d754277aaa
|
|
| BLAKE2b-256 |
c0e07e518eb5df9152c7afd36a9e000982c9c2826c41890885eb877ef8050416
|