0.0.2 • Published 3 years ago

pstv-utils v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pstv-utils

A set of toools to interface with hardware sensors

Install

npm install pstv-utils
npx cap sync

API

startInventoryAsync()

startInventoryAsync() => Promise<{ status: number; }>

Returns: Promise<{ status: number; }>


ping(...)

ping(options: { endpoint: string; accessToken: string; deviceUUID: string; }) => Promise<{ status: number; }>
ParamType
options{ endpoint: string; accessToken: string; deviceUUID: string; }

Returns: Promise<{ status: number; }>


audioVisualFeedback()

audioVisualFeedback() => Promise<{ status: number; }>

Returns: Promise<{ status: number; }>


0.0.2

3 years ago

0.0.1

3 years ago