1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: flux-led
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-webcolors <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/Danielhiversen/flux_led
Vcs-Browser: https://salsa.debian.org/python-team/packages/flux-led
Vcs-Git: https://salsa.debian.org/python-team/packages/flux-led.git
Package: python3-flux-led
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Utility to control Zengge-manufactured LED devices
This utility provides a command-line interface and a programmable library for
controlling various LED devices manufactured by Zengge, including products
branded under Magic Home and Surp Life. The software offers extensive control
features, replicating most functionalities found in the proprietary apps, and
supports integrating these devices into custom Python applications or home
automation systems. Users can manage device colors, patterns, and
configurations directly over the local network.
.
Features include:
- Discovery of bulbs on LAN
- Direct manipulation of light states such as color, brightness, and on/off
- Setting of timers and synchronization of device clocks
- Support for music mode and remote access configuration (asyncio-based)
- Utilization of named colors and hex values
|