No project description provided
Project description
- This is a python library to access iot website
IOT-JOKE(https://iot-joker.firebaseapp.com)
Functions:
Control devices using switches
Plot your sensor data
Installation :
Python3
pip3 install pyiotjoke
or
pip install pyiotjoke
Implementing :
from iotjokepi import JokePi
ApiKey = 'Your API Key'
Link = 'http://iot-joke-pi.herokuapp.com'
# Instance to get swtich states
getOb = JokePi('Button', ApiKey, Link + '/api/getdata/')
data1 = getOb.getSwitchState('Switch Name')
data = data1
if data == 'ON':
print('Switch is ON')
elif data == 'OFF':
print('Switch is OFF')
else:
print('Invalid Device')
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
pyiotjokepi-0.2.4.tar.gz
(2.1 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 pyiotjokepi-0.2.4.tar.gz.
File metadata
- Download URL: pyiotjokepi-0.2.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f294b4f808d2c5b59375a4b9f546b51c843f8ca3e201fd6d86fc6cdfbaec2c
|
|
| MD5 |
692f3bc103ac599772483cfef8a6e57d
|
|
| BLAKE2b-256 |
56308a2d77c8c09a9bc993747edc4b188f00c4463dc3e8a5bd2adf16e024b1b6
|
File details
Details for the file pyiotjokepi-0.2.4-py3-none-any.whl.
File metadata
- Download URL: pyiotjokepi-0.2.4-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66c778f08aea9cb1d236b05f2a515b1c4f9f75d255c87c1e5e33d3b23c916b8a
|
|
| MD5 |
7872e17261f73f51a61cae04f310f85c
|
|
| BLAKE2b-256 |
e50a9b61abbe2e9540871a83868907a7338443d7235123b3f767ba7c2758fa76
|