Skip to content

Releases: frejos/openhab-wizlighting

4.0.0.02

30 Jul 02:46
Compare
Choose a tag to compare

Updated version information, tested with OpenHab 4.0.1.

4.0.0.01 -- Experimental Initial Build for 4.0.0 upstream

25 Jul 02:52
Compare
Choose a tag to compare

Initial build for testing only.

3.4.0.01

15 Jan 23:08
Compare
Choose a tag to compare
  • Updated to build for 3.4.0 OH dependencies
  • Added ability to send the light mode name to the LightMode channel in addition to the light mode scene id. Most UI components handled this mapping automatically using the metadata, however, in rules it was cumbersome to have to look up the corresponding ids. You man now send the string name to the channel. Names are standardized for case and white space before matching. All of the below are valid in JavaScript rules:
    items.getItem("BulbName_LightMode").sendCommand("DayLight");
    items.getItem("BulbName_LightMode").sendCommand("Day Light");
    items.getItem("BulbName_LightMode").sendCommand("daylight");
    items.getItem("BulbName_LightMode").sendCommand(12);
    items.getItem("BulbName_LightMode").sendCommand("12");

3.3.0.04

04 Jan 23:41
Compare
Choose a tag to compare

Corrected bug that prevented dimming to 0 from turning off the bulbs.

3.3.0.03

31 Dec 04:59
Compare
Choose a tag to compare

Rename feature to comply with community guidelines. Update documentation and version.

3.3.0.02

31 Dec 02:39
Compare
Choose a tag to compare

Source code refactored and rebuilt using 3.3.0 base.