0.0.9 • Published 3 years ago

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

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 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

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago