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.4.tar.gz
(9.3 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.4.tar.gz.
File metadata
- Download URL: wittiot-1.0.4.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c013d597d26a6e2784658705d058014d6c5d6577d07d2ad21be4c3047cfae532
|
|
| MD5 |
fc4bc9e8ebc185db3ca48317d7d162b8
|
|
| BLAKE2b-256 |
16c9387e43d56ee51d174143c86f8d596521b1a42e415a726e105d7bb9c4f8a7
|
File details
Details for the file wittiot-1.0.4-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 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 |
53197f5fc8d64bf09dad753e1d65808c70c3d12bb8a027b830aeb967befbaa1c
|
|
| MD5 |
4dcc1bfc92a63a2b0fc7b339a02d48cb
|
|
| BLAKE2b-256 |
9632031cbb5c74a680e6096d0107a1022c02e9603a8996c2cffc0ce7bc95bb45
|