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.3.tar.gz
(7.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.3.tar.gz.
File metadata
- Download URL: wittiot-1.0.3.tar.gz
- Upload date:
- Size: 7.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 |
cf18d5b9ea287c2beca88d238df3abe92bb9ef3047364781630e05c0ec79b192
|
|
| MD5 |
d1d16ac1c6d911c0a76ae925329e3a4e
|
|
| BLAKE2b-256 |
a754f7a423fc86122c27db80fb447752123cca9a955c0d52e4f34fd5aafd2e92
|
File details
Details for the file wittiot-1.0.3-py3-none-any.whl.
File metadata
- Download URL: wittiot-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.5 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 |
fd6b85de0e87af309d8954203d7d3c0ab44a2ddc6a17a3ee2bd6f924d97048b5
|
|
| MD5 |
d3a4dd1ea84ea751da24862d60637bc4
|
|
| BLAKE2b-256 |
6e15301b75901b5d329dd317dca1b4b80e12581475a1d9ef3c69404ad666443a
|