@5minds/node-red-contrib-processcube 1.1.4-feature-7fe78b-m04wj3x0 → 1.1.4-feature-7f6f80-m04ymlze

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.1.4-feature-7fe78b-m04wj3x0",
3
+ "version": "1.1.4-feature-7f6f80-m04ymlze",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -4,9 +4,10 @@
4
4
  color: '#02AFD6',
5
5
  defaults: {
6
6
  name: { value: '' },
7
+ engine: { value: '', type: 'processcube-engine-config' },
7
8
  processmodel: { value: '', required: false },
8
9
  },
9
- inputs: 1,
10
+ inputs: 0,
10
11
  outputs: 1,
11
12
  icon: 'font-awesome/fa-sign-in',
12
13
  label: function () {
@@ -20,6 +21,10 @@
20
21
  <label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
21
22
  <input type="text" id="node-input-name" placeholder="Name" />
22
23
  </div>
24
+ <div class="form-row">
25
+ <label for="node-input-engine"><i class="fa fa-tag"></i> Engine-URL</label>
26
+ <input type="text" id="node-input-engine" placeholder="http://engine:8000" />
27
+ </div>
23
28
  <div class="form-row">
24
29
  <label for="node-input-processmodel"><i class="fa fa-tag"></i> Processmodel</label>
25
30
  <input type="text" id="node-input-processmodel" placeholder="ID of Processmodel" />