Skip to content

bit/python-lanbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Python Interface for LanBox controllers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%