Java Mine
ContentsIndexHome
PreviousUpNext
LuxBase.UpdateSensorCalibration Method
Syntax
Java
public static void UpdateSensorCalibration(Sensor sens, int actualReading, int tempTarget, Boolean isFahrenheit, Boolean sendSensorUpdate) throws Exception;
Parameters 
Description 
Sensor sens 
the Sensor object to be updated  
int actualReading 
actual reading of light in lux  
int tempTarget 
what the actual temperature of the room the sensor is located in is  
Boolean isFahrenheit 
data is always stored as Celsius so if you are inputting values as Fahrenheit you will want to set this boolean value to true  
Boolean sendSensorUpdate 
a Boolean flag that lets the sensor know if it should send up the new configuration  

 

Calibrates the sensor to correct values set by the user  

 

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!