WSView Plus 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.13.tar.gz
(10.9 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
wittiot-1.0.13-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file wittiot-1.0.13.tar.gz.
File metadata
- Download URL: wittiot-1.0.13.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eecc3fbb95b3920fd3347516872ea3634453e54f5910969f994b7791a2e4a838
|
|
| MD5 |
45e3f05d93868ce86df5f03295f9954b
|
|
| BLAKE2b-256 |
0ab82d136ca473fb510438b7ee8fa588382b6b1b58f329f1ec78ae143b538b2b
|
File details
Details for the file wittiot-1.0.13-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.13-py3-none-any.whl
- Upload date:
- Size: 11.0 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 |
0922c69dbcf229e633c61ac17e7878b6d3e4bdba7ddcafd6884af595859355fb
|
|
| MD5 |
8bef141550aa198f6afd6f067265c009
|
|
| BLAKE2b-256 |
76d77dca95c5abd35609716965522e793992c481a754e9433190e97275d4b7c0
|