The DDPS code is
on the server. The place was defined in custom_config.json
. In the above
Example is this /plugins/vbb/wstest.vbs
.
The VBS itself must contain a processRequest function. This receives a request and a response, which is then returned to the JS code.
After execution, it returns to the JS plugin code from the previous section and the response can be used for further processes:
this.vbsExampleAction = function (response) { console.log(response); };