0.0.9 • Published 10 months ago

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

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

10 months ago

0.0.8

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago