soef / ioBroker.lightify

OSRAM Lightify Adapter for ioBroker
MIT License
4 stars 4 forks source link

Logo

ioBroker.lightify

=========================

NPM version Tests Build status

Description

ioBroker Adapter for OSRAM Lightify

Info

The state names are inspired by the Hue adapter.

How to use the command state:

Some Examples:

r = 100; g = 250, b = 100
r: 0, g: 0, b = 255
red: 200, green: 0, blue: 0
{r:100, b: 200, transition: 20}
off
on
{on:0}

To change the color you do not have to use all three values. For example, red = 0, blue and green will stay unchanged.

Requirements

OSRAM Lightify Gateway connected via WLAN to your network.

OSRAM Lightify Gateway

Please configure first all devices via Lightify app.

Changelog

0.2.11 (2017.07.26)

0.2.10 (2017.07.17)

0.2.8 (2017.07.15)

0.2.7 (2017.07.13)

0.2.6

0.2.5

0.2.4

0.2.2

0.2.0

0.1.0

License

The MIT License (MIT)

Copyright (c) 2016-2017 soef soef@gmx.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.