Made it easier to understand my mechanism for adding Node-RED secrets
This commit is contained in:
@ -20416,9 +20416,9 @@
|
||||
"rules": [
|
||||
{
|
||||
"t": "set",
|
||||
"p": "#:(secrets)::secret",
|
||||
"p": "#:(secrets)::secret_id",
|
||||
"pt": "global",
|
||||
"to": "thing",
|
||||
"to": "secret_value",
|
||||
"tot": "str"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user