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.18.tar.gz
(11.6 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.18-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file wittiot-1.0.18.tar.gz.
File metadata
- Download URL: wittiot-1.0.18.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51dff9e9b5a7340ebb8e1d73b892d6c40ceee67921d372870b4c155b1e873170
|
|
| MD5 |
d3ab88efbe5c7494f86f914eab6a0f05
|
|
| BLAKE2b-256 |
819cae6611b15130973d4cebb46b6c731c72c5e4063c793dfca701415213f3a1
|
File details
Details for the file wittiot-1.0.18-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.18-py3-none-any.whl
- Upload date:
- Size: 11.7 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 |
2b09109f7a12945ee2fd35fd419ad3e076b7e1badfad1f87630fc3a5ae2a8ca8
|
|
| MD5 |
cec462c61db0c67ff6781a6073d16053
|
|
| BLAKE2b-256 |
12a07e4216f35937bd0643eb2f5b18b905f07734fab53c24a1214239aadfafba
|