0.1.14 • Published 4 years ago

iotes-strategy-phidget22 v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

iotes-strategy-phidget22

An iotes strategy to integrate with phidget devices. Currently only supports some functions of Encoder and RFID reader

Usage

import { phidgetStrategy } from 'iotes-strategy-phidget22'
// You may use this with any iotes plugin, 
import { createIotes } from 'iotes'

createIotes(topology, phdgetStrategy)

Testing

You can run manual tests with npm run test and phidget attached

Adding Devices to strategy,

  1. Add Device type to DeviceTypes in ./types
  2. create a new file in ./devices
  3. import Device from type
  4. Create the function to create the device factory copying the examples provided
  5. Import the new device factory factory into ./createDeviceFactory
  6. Export the function with the type name you added to DeviceTypes in step 1
0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago