mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
RBE node - let topic handling be optional (#751)
* let rbe handle topics optional and add tests * fix text formatting * Update package.json
This commit is contained in:
committed by
GitHub
parent
68e0b121ec
commit
9db89f3ea1
@@ -5,7 +5,8 @@
|
||||
"func": "Mode",
|
||||
"init": "Send initial value",
|
||||
"start": "Start value",
|
||||
"name": "Name"
|
||||
"name": "Name",
|
||||
"septopics": "Apply mode for each msg.topic separately"
|
||||
},
|
||||
"placeholder":{
|
||||
"bandgap": "e.g. 10 or 5%",
|
||||
|
Reference in New Issue
Block a user