perché non vaa
parent
73d8fa11e9
commit
ba901d5939
|
|
@ -45,14 +45,15 @@ const write_msg = new Schema({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const read_msg = new Schema({
|
const read_payload = new Schema({
|
||||||
plc: plc_schema,
|
|
||||||
payload: {
|
|
||||||
variable: {
|
variable: {
|
||||||
type: String,
|
type: String,
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
}
|
});
|
||||||
|
const read_msg = new Schema({
|
||||||
|
plc: plc_schema,
|
||||||
|
payload: read_payload
|
||||||
});
|
});
|
||||||
let s7nodes = {};
|
let s7nodes = {};
|
||||||
let s7promises = {};
|
let s7promises = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue