We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9869c commit 81e2cacCopy full SHA for 81e2cac
www/scripts/sepiaFW.teach.js
@@ -119,7 +119,30 @@ function sepiaFW_build_teach(){
119
name : "and says ...",
120
optional : true
121
}]
122
- }
+ },
123
+ mesh_node_plugin : {
124
+ command : "mesh_node_plugin",
125
+ name : "Call SEPIA Mesh-Node plugin",
126
+ parameters : [{
127
+ value : "node_url",
128
+ name : "Mesh-Node URL"
129
+ },{
130
+ value : "node_plugin_name",
131
+ name : "Name of plugin"
132
133
+ value : "node_plugin_data",
134
+ name : "JSON string sent to plugin",
135
+ optional : true
136
137
+ value : "reply_success",
138
+ name : "Success answer",
139
140
141
+ value : "reply_fail",
142
+ name : "Fail answer",
143
144
+ }]
145
146
};
147
}
148
0 commit comments