|
|
@ -123,7 +123,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
input_type: { type: "string", default: null },
|
|
|
|
input_type: { type: "string", default: null },
|
|
|
|
inputismotor: { type: "boolean", default: true },
|
|
|
|
inputismotor: { type: "boolean", default: false },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -135,7 +135,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
output_type: { type: "string", default: null },
|
|
|
|
output_type: { type: "string", default: null },
|
|
|
|
outputismotor: { type: "boolean", default: true },
|
|
|
|
outputismotor: { type: "boolean", default: false },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -182,6 +182,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
inputConnections: { type: "string", default: null },
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
|
|
|
|
inputismotor: { type: "boolean", default: false },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -193,6 +194,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
outputConnections: { type: "string", default: null },
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
type: { type: "string", default: null },
|
|
|
|
|
|
|
|
outputismotor: { type: "boolean", default: false },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|