pstv-utils
v0.0.2
Published
A set of toools to interface with hardware sensors
Downloads
2
Readme
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; }>
| Param | Type |
| ------------- | --------------------------------------------------------------------------- |
| options
| { endpoint: string; accessToken: string; deviceUUID: string; } |
Returns: Promise<{ status: number; }>
audioVisualFeedback()
audioVisualFeedback() => Promise<{ status: number; }>
Returns: Promise<{ status: number; }>