Python SDK for the MyM2M Web JSON Device API
Project description
# 360 Telemetry MyM2M Web Python SDK
This is the Python Client for the 360 Telemetry MyM2M Web Platform.
### Caveats
Configuration exchange is currently unsupported in either direction (from the device to the MyM2M Service or vice-versa).
### Getting Started
You can use the client within an existing project by installing it using PyPi:
pip install mym2m-client
### Example Usage
# create a new API client my_device = API(‘asd’, ‘UNIT00001’)
# create a snapshot with some sample data snapshot = Snapshot() snapshot.set_channel(‘temp’, 25) snapshot.set_channel(‘humid’, 40)
# add the snapshot my_device.add(snapshot)
# dispatch! my_device.dispatch()
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
Built Distribution
Hashes for mym2m_client-0.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52af04bc7e09fdedcb6e0fbe59495ef616984bc81aea26a00fe3182be7e0cdb6 |
|
MD5 | 160d6d936e17a3c36c9fbf4ac368be2a |
|
BLAKE2b-256 | dde125a408e0e2a14c12431bb9b04443fe0a0e64eedc5927375823132b0b3dc5 |