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