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