UNPKG

node-red-contrib-zwave-js

Version:

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.

8 lines (6 loc) 291 B
const Node = ['ping', 'refreshInfo', 'setName', 'setLocation']; const Controller = ['proprietaryFunction', 'getNodes']; const Value = ['getValue', 'setValue', 'pollValue']; const CC = ['invokeCCAPI']; const Driver = ['getValueDB']; module.exports = { Node, Controller, Value, CC, Driver };