1.0.23 • Published 5 years ago

halsa_baby_algo_test v1.0.23

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Halsa Baby Algorithm Library

Halsa Baby Library specifically designed to be compatible with the "Halsa" Babay werable device. When the user changes the mode into "Travel Mode", the mobile phone should be able to receive raw data from the werable device directly and calculate vital parameters of the baby.

Installation

Use the command npm i halsa_baby_algo_test.

npm i halsa_baby_algo_test

Usage

Since we have exposed the required methods, after installing you can import the library as follows,

import halsaBabyAlgo from 'halsa_baby_algo_test';

Methods

1) Set BLE packets from the wearable device to this method.

halsaBabyAlgo.decode.decode(ble characteristic, value);

2) Set the infant id and device id

halsaBabyAlgo.audit.setBabyInfo(
      device id,
      infant id,
    );

3) Set vital ranges

halsaBabyAlgo.engine.updateRanges(heart rate minimum, heart rate maximum, oxygen rate minimum, oxygen rate maximum);

1.0.22

5 years ago

1.0.23

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago