Made it easier to understand my mechanism for adding Node-RED secrets

This commit is contained in:
2022-09-18 15:37:58 -04:00
parent 0667c10dd6
commit 463c0938d5

View File

@ -20416,9 +20416,9 @@
"rules": [ "rules": [
{ {
"t": "set", "t": "set",
"p": "#:(secrets)::secret", "p": "#:(secrets)::secret_id",
"pt": "global", "pt": "global",
"to": "thing", "to": "secret_value",
"tot": "str" "tot": "str"
} }
], ],