Giter VIP home page Giter VIP logo

philipshue's Introduction

philipshue

Usage Example

from http_hue_api.http_hue_api import PyHue
a=PyHue(hub_ip="192.168.X.X.", user_name="5vP*************")
a.scan_lights()


In [17]: a.scan_lights()
+----+-------------------+-------+-----------+
| ID | NAME              | STATE | UPDATE    |
+----+-------------------+-------+-----------+
| 1  | Kitchen           | ON    | noupdates |
| 2  | Living room       | OFF   | noupdates |
| 3  | Front door        | OFF   | noupdates |
| 4  | Stairs            | OFF   | noupdates |
| 5  | GameRoom2         | OFF   | noupdates |
| 6  | GameRoom1         | OFF   | noupdates |
| 9  | Outside right     | ON    | noupdates |
| 10 | Outside main door | ON    | noupdates |
| 11 | Outside Left      | OFF   | noupdates |
| 12 | Laundry           | OFF   | noupdates |
| 13 | Outide window     | OFF   | noupdates |
| 14 | Sofi lamp         | OFF   | noupdates |
| 15 | Living room lamp  | ON    | noupdates |
| 16 | Caro lamp         | OFF   | noupdates |
| 17 | Sergio Lamp       | OFF   | noupdates |
+----+-------------------+-------+-----------+

a.light(1,False)
light 1 has been turned OFF

a.light(1,True)
light 1 has been turned ON

philipshue's People

Contributors

sergitopereira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.