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.2.tar.gz
(7.2 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.2.tar.gz.
File metadata
- Download URL: wittiot-1.0.2.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f35b2a9e486a315961c64402217f92f83ab7240a46ce997e9f0af742dab3e6f
|
|
| MD5 |
bf42ebdbe711282f53c5fbafa845141c
|
|
| BLAKE2b-256 |
b752f37da45a87602911913059f29e93d8957ce85781f0b7822849d086c704d1
|
File details
Details for the file wittiot-1.0.2-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.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 |
71a16d7924f3ac37476a662eb9fd4926c66797dc59fab34b19b1664480d5a108
|
|
| MD5 |
73ad172b0f0e096802a2178702d4fb7b
|
|
| BLAKE2b-256 |
a1bdae7ddd78c4527f64f969d5e9d73caac81b9e82a0d0195f9e9c450bfc870d
|