perché non vaa
This commit is contained in:
+7
-6
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user