capacitor-plugin-fora
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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'

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i capacitor-plugin-fora

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    71.1 kB

    Total Files

    27

    Last publish

    Collaborators

    • sina7312