JRule - openHAB Rules using Java

An example is given here. The memberItemName is built at runtime.
There are various cases where an item name is not known at implementation-time but needs to be built at runtime. The Design Pattern: Associated Items explains the problem and solutions in python/rules DSL.

1 Like