Skip to main content

No project description provided

Project description

This is a python library to access iot website

IOT-JOKE(https://iot-joker.firebaseapp.com)

https://img.shields.io/pypi/status/pyiotjokepi.svg https://img.shields.io/pypi/dw/pyiotjokepi.svg?style=plastic https://img.shields.io/pypi/v/pyiotjokepi.svg https://img.shields.io/pypi/format/pyiotjokepi.svg https://img.shields.io/badge/author-Dhanush-orange.svg

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


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 hashes)

Uploaded Source

Built Distribution

pyiotjokepi-0.2.4-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page