0.0.2 • Published 3 years ago

ihealthplugin v0.0.2

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

ihealthplugin

ihealth device integration

Install

npm install ihealthplugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


authorize(...)

authorize(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


connectWithmedicalDevice(...)

connectWithmedicalDevice(options: { value: string; type: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; type: string; }

Returns: Promise<{ value: string; }>


disconnectDevice(...)

disconnectDevice(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


0.0.2

3 years ago

0.0.1

3 years ago