UNPKG

@hotzware/openhab-tools

Version:

Tools for the openHAB JavaScript Automation Add-On.

12 lines (10 loc) 246 B
/** * Things namespace * * This namespace provides access to external devices and services, which is usually functionality provided by bindings. * @namespace thingsx */ module.exports = { ...require('./health'), ...require('./mlsc') };