UNPKG

@iotile/iotile-device

Version:

A typescript library for interfacing with IOTile BLE devices

6 lines (5 loc) 226 B
export { ShippingPOD } from './shipping'; export { NFC300 } from "./nfc300"; export { TemperaturePOD } from "./temperature"; export { SoilMoisturePOD } from "./soil-moisture"; export { StreamTestDevice } from "./stream-test";