0.0.2 • Published 3 years ago
ihealthplugin v0.0.2
ihealthplugin
ihealth device integration
Install
npm install ihealthplugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
authorize(...)
authorize(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
connectWithmedicalDevice(...)
connectWithmedicalDevice(options: { value: string; type: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; type: string; } |
Returns: Promise<{ value: string; }>
disconnectDevice(...)
disconnectDevice(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>