ola
ola copied to clipboard
The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
This replaces AcquireUUCPLockAndOpen() with AcquireLockAndOpen(). Depending on a compile-time option (--enable-uucp-locking), either flock() or UUCP-style lockfiles will be used as the underlying lock mechanism. The default is to use flock()....
Can I somehow include the priority flag via the python API? The reason I need it is that I would like to control the light locally via temperature probe and...
Supersedes most of #1607 to get it in.
I'm getting the following error when trying to install ``` rshea0@studio:~$ sudo apt-get install ola Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not...
I have OLA setup on Rasperberry Pi 3B and I use an FTDI USB DMX but when I move the sliders in the Universe slider tab nothing happens, why is...
Found when trying to actually run the tools. Untested on Python < 3. - [ ] Fix `--list-tests` and the RDM responder test class selection stuff in `GetTestClasses` due to...
- Add the ability to set a universe to blackout instead via ola_set_dmx Currently untested - Allow ola_recorder to stop recording after a specified time
This supports a far wider range of devices than just Saleae devices. - [x] Extract common LogicReader code into another class so sigrok and Saleae just deal with getting data...