Made it easier to understand my mechanism for adding Node-RED secrets
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user