diff --git a/README.md b/README.md index bf9d348..71856b4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Persistent values are typically states, configuration options etc. which shall s - Configurable `msg` property for output of previous persisted value. - Append the current persistent value as object attribute to an configurable `msg` property. - Block further flow processing (no output) if the current value matches with a configured rule. +- Dynamic override of configured command and value with `msg` properties. # Installation You can install the nodes using the Node-RED 'Manage palette' in the side bar. diff --git a/package.json b/package.json index 62ef53a..7ab4b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@waldbaer/node-red-persistent-values", - "version": "1.3.1", + "version": "1.4.0", "description": "A user-friendly abstraction of the Node-RED context stores.", "author": "waldbaer", "license": "MIT", @@ -14,7 +14,8 @@ "persistence", "persistency", "state", - "config" + "config", + "storage" ], "node-red": { "version": ">=1.3.0",