node-red-contrib-enocean
v0.8.5
Published
an enocean node for node-red
Downloads
302
Readme
node-red-contrib-enocean
important! for this nodes to work correctly you have to change the node-red setting for context stores.
in settings.js
set the contextStorage
setting to localfilesystem
contextStorage: {
default: {
module: "localfilesystem"
}
}