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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: liblightify
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Build-Depends: autoconf-archive (>= 20160320 ),
check (>= 0.10.0-3~),
debhelper (>= 9),
dh-autoreconf,
pkg-config
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/coldtobi/liblightify
VCS-Git: https://anonscm.debian.org/git/collab-maint/liblightify.git
VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/liblightify.git
Package: liblightify-dev
Section: libdevel
Architecture: any
Depends: liblightify0 (= ${binary:Version}),
${misc:Depends}
Description: library to control OSRAM Lightify (development files)
Lightify the OSRAM's product line of inteligent light sources, controlled via
the Lightify gateway, acting as a bridge for ZigBee Light Link protocol.
.
This C library offers a API to directly talk to the Lightify gateway via TCP/IP
and control the attached lamps.
.
The library supports control functions -- like setting the color, color
temperature, dim level and on/off control -- and management functions like
.
Note: A ZigBee is standardized, all ZigBee LightLink compatible products
should work with this library, when controlled using the OSRAM Lightify
gateway.
.
This package contains the development files.
Package: liblightify0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: library to control OSRAM Lightify
Lightify the OSRAM's product line of inteligent light sources, controlled via
the Lightify gateway, acting as a bridge for ZigBee Light Link protocol.
.
This C library offers a API to directly talk to the Lightify gateway via TCP/IP
and directly control the attached lamps.
.
The library supports control functions -- like setting the color, color
temperature, dim level and on/off control -- and management functions like
.
Note: A ZigBee is standardized, all ZigBee LightLink compatible products
should work with this library, when controlled using the OSRAM Lightify
gateway.
Package: lightify-util
Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Commandline utility to control OSRAM Lightify
Lightify the OSRAM's product line of inteligent light sources, controlled via
the Lightify gateway, acting as a bridge for ZigBee Light Link protocol.
.
This package contains an utility to control lamps via the shell.
Package: liblightify-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library to control OSRAM Lightify -- API documentation
Lightify the OSRAM's product line of inteligent light sources, controlled via
the Lightify gateway, acting as a bridge for ZigBee Light Link protocol.
.
This C library offers a API to directly talk to the Lightify gateway via TCP/IP
and control the attached lamps.
.
The library supports control functions -- like setting the color, color
temperature, dim level and on/off control -- and management functions like
.
Note: A ZigBee is standardized, all ZigBee LightLink compatible products
should work with this library, when controlled using the OSRAM Lightify
gateway.
.
This package contains the doxygen generated API documentation.
|