JRuby Scripting Official Helper Library

Version 5.34.0 is out!

Features

  • Support creating a trigger profile for the UI by @jimtng in #373

    It is now possible (and easy!) to create a profile in JRuby for every possible scenario: State and Trigger profiles, which can be used both in UI and file-based items/links.

    Example code in this post

  • Support TimedCommand on GroupItem and Enumerable by @jimtng in #377
    Example:

    [PorchLight, Driveway_Light, Garage_Light].on for: 1.hour
    
  • Allow passing an array of channels to item builder by @ccutrer in #375
    Example:

    items.build do
      dimmer_item DemoDimmer, channels: ["hue:0210:bridge:1:color", "knx:device:bridge:generic:controlDimmer"]
    end
    

#Bug Fixes

  • Adapt DateTimeType internal switch from ZonedDateTime to Instant in openHAB 4.3 by @jimtng in #369
  • Fix #toggle on dimmer items by @ccutrer in #378

Full Changelog: v5.33.1…v5.34.0