You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
333 B
18 lines
333 B
const websocketAddress = "ws://192.168.1.138:19001";
|
|
const config = {
|
|
你好: "123",
|
|
};
|
|
|
|
const commonMessage = {
|
|
protocol: "iflytopCanProtocolStackV1",
|
|
message: {
|
|
attribute: "normal",
|
|
priority: 4,
|
|
type: "write",
|
|
targetId: 130,
|
|
sourceId: 1,
|
|
seq: 0,
|
|
ctrlPointAddr: 10500,
|
|
ctrlPointVal: 1,
|
|
},
|
|
};
|