UNPKG

@hotzware/openhab-tools

Version:

Tools for the openHAB JavaScript Automation Add-On.

6 lines (5 loc) 176 B
module.exports = { get itemutils () { return require('./itemutils'); }, get rulesx () { return require('./rulesx'); }, get thingsx () { return require('./thingsx'); } };