SENSOR_STATUS_ACCURACY_LOW constant

int const SENSOR_STATUS_ACCURACY_LOW

This sensor is reporting data with low accuracy, calibration with the environment is needed.

iOS does not have this kind of value so every event report SENSOR_STATUS_ACCURACY_HIGH of accuracy.

Implementation

static const int SENSOR_STATUS_ACCURACY_LOW = 1;