lanbox

python interface for your LanBox controller


License
GPL-2.0+
Install
pip install lanbox==1.0

Documentation

python-lanbox

Python Interface for LanBox controllers

 import lanbox
 host = '192.168.1.77'
 port = 777
 password = '777'
 box = lanbox.Lanbox(host, port, password)

 box.layerGo(1)

 channels = box.getChannels()
 duration = 10.2  # seconds
 box.fadeTo(channels, duration)