Skip to content

jambit/python-jambel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-jambel

https://travis-ci.org/jambit/python-jambel.svg?branch=master

Interface to jambit's project traffic lights.

A simple example:

import jambel
light = jambel.Jambel('ampel3.dev.jambit.com')
light.green.on()
light.yellow.blink()
light.red.flash()

It is also possible to query the jambel's status:

status = light.status()
if stats[jambel.GREEN] == jambel.BLINK:
    print('green light is blinking!')

Interested in the hardware? Contact us at fast-feedback-lights@jambit.com