0.0.9 • Published 2 years ago

@pluve/magic-hardware-interact-sdk v0.0.9

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

magic-hardware-interact-sdk

Usage

import { HardwareInteractSDK } from '@pluve/magic-hardware-interact-sdk';

HardwareInteractSDK.getInstance()
  .init({
    wsUrl: 'ws://localhost',
    ports: [1024],
    // protocols: '',
    heartbeatInterval: 5000,
    reconnectDelay: 5000,
    storeCode: '5024',
    memberCode: '00121468',
    callback: function(e) {
      console.log('接收到的数据: ', e);
    },
  })
  .send({
    businessType: '',
    action: 'echo',
    businessData: 'hello',
  });
0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago