0.0.4 • Published 3 years ago
capacitor-plugin-fora v0.0.4
capacitor-plugin-fora
ForaCare Suisse AG is an established yet fast growing supplier of innovative and reliable healthcare products. This package provide a wrapper around ForaCare Android and iOS SDKs.
Install
npm install capacitor-plugin-fora
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
pairedBluetoothDevices()
pairedBluetoothDevices() => Promise<{ paired_list: string[]; }>
Returns: Promise<{ paired_list: string[]; }>
connectDevice(...)
connectDevice(options: { selectedDevice: string; }) => Promise<ForaCallback>
Param | Type |
---|---|
options | { selectedDevice: string; } |
Returns: Promise<ForaCallback>
Interfaces
ForaCallback
Prop | Type |
---|---|
device | string |
measurements | { date: string; thermometerValue?: number; spO2Value?: number; pulseValue?: number; systolicValue?: number; diastolicValue?: number; ihb?: number; bloodGlucose?: number; hematocrit?: number; hemoglobin?: number; ketone?: number; cholesterol?: number; uricAcid?: number; }[] |
meterTime | string |
projectCode | ForaProjectCode |
serialNumber | string |
storageCount | number |
Enums
ForaProjectCode
Members | Value |
---|---|
TD1261 | '1261' |
TD8255 | '8255' |
TD2555 | '2555' |
TD3140 | '3140' |
TD3129 | '3129' |
TD4283 | '4283' |
TD4183 | '4183' |