websocket快速操作工具
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.

19 lines
349 B

2 years ago
2 years ago
  1. const websocketAddress = "ws://192.168.1.138:19001";
  2. const config = {
  3. 你好: "123",
  4. b: "1231231",
  5. };
  6. const commonMessage = {
  7. protocol: "iflytopCanProtocolStackV1",
  8. message: {
  9. attribute: "normal",
  10. priority: 4,
  11. type: "write",
  12. targetId: 130,
  13. sourceId: 1,
  14. seq: 0,
  15. ctrlPointAddr: 10500,
  16. ctrlPointVal: 1,
  17. },
  18. };