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.6.tar.gz
(9.4 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.6.tar.gz.
File metadata
- Download URL: wittiot-1.0.6.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0e836ab1fb7e0a6e9ad64efba450f48d58b464aad04291a7a06e2e594e05c6
|
|
| MD5 |
69c833d4079b8495b921faf2c9dff26a
|
|
| BLAKE2b-256 |
f01828a9216ec012162aae4d04c53638d7b72e1db86fce97477474d15d031f0e
|
File details
Details for the file wittiot-1.0.6-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.6-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 |
621d8c48c33b1d181bdb09b88be3f17d3874c246eac7fdeed133b0f27489889d
|
|
| MD5 |
47f925c6c067b1ff1b825c033be5deaa
|
|
| BLAKE2b-256 |
28fd09e241cf4721d500c3e0616c8c19df7b72de9e6e98179f2bcbbac7ee330b
|