Wiki

Clone wiki

Numera.LibrisAPI / dashboard.report_missed_fall

Home > API Reference Documentation > device.report_missed_fall

device.report_missed_fall

The dashboard.report_missed_fall action is used to submit data from undetected falls by the device into the system. This will be used to 're-train' the fall detection algorithm.

Input Parameters

PropertyRequiredDescription
rvyesRendezVous ID
whenyesWhen did the fall happen specified as minutes from current time. E.g. 3 hours ago is 180
wornyesHow was the device worn. Possible values: Lanyard, Belt, Other
descriptionnoAdditional information about the fall, user should be as specific as possible in their description of events and the type of fall

Output

The result object will contain a status property that will represent the event representing the call related to the reported fall.

PropertyDescription
statusevent represention of the call when the user reported the missed fall

Possible Status Codes

Status CodeReasonDescription
1000MISSING_RV_IDThe RendezVous ID is missing
1001RV_DOES_NOT_EXISTThe provided RendezVous ID does not exists
1001RV_EVENT_DOES_NOT_EXISTThe event associated with the RendezVous ID does not exists
1000NO_WHEN_REPORTFALLwhen parameter is required
1000NO_WORN_REPORTFALLworn parameter is required

Updated