UNPKG

wiser-connector

Version:

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

12 lines (11 loc) 218 B
declare type RequestConfig = { method: string; hostname: string; port: number; path: string; headers?: { [prop: string]: string; }; tlsEnabled: boolean; }; export { RequestConfig };