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.7.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.7.tar.gz.
File metadata
- Download URL: wittiot-1.0.7.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 |
f7cef7be7c0b306b2610891288bd18394ffb8a34aeede2ca49c8033f6e24ebfe
|
|
| MD5 |
5e1bdc01f2154624da364c3d99b1c97f
|
|
| BLAKE2b-256 |
dcd5b8f671c2d4b0c7ffdba914f21bc0bb2fe928a758a161fc02a7e6cc5a1b12
|
File details
Details for the file wittiot-1.0.7-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.7-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 |
7eaf9801162a52f4c42af5bc3e55365c9f935b3e4fee1655a097a485a85d90b6
|
|
| MD5 |
789cf1c388a56bf71814214b69087a79
|
|
| BLAKE2b-256 |
b2d4dbf12d7d6cc7ddb3f7607948c3007ebe9ae40e9593de417b9ce2fe3cfa07
|