UNPKG

wiser-connector

Version:

Samples data from a Wiser Tracker REST API and reports tag location updates and zone transitions.

7 lines (6 loc) 118 B
declare type Adapter = { id: number; usbAnchor: number; downstreamAdapter: number; }; export { Adapter };