Java Mine
ContentsIndexHome
PreviousUpNext
LiquidLevel24Base Methods

The methods of the LiquidLevel24Base class are listed here.

 
Name 
Description 
 
This is Create, a member of class LiquidLevel24Base. 
 

EmptyCalibration is for calibrating a 24 inch liquid level to it's empty point @param sensor the sensor object to get the updated 
 

FullCalibration is for calibrating a 24 inch liquid level to it's 2/3 point i.e. 24 inches point @param sensor the sensor object to get updated 
 
This is getData, a member of class LiquidLevel24Base. 
 
Returns default configurations for the sensor
@param version The version of the Sensor @param platform The Firmware Generation of your device. i.e. Commercial, Alta, Wifi @return Default configurations for the sensor 
 
This is getProfileType, a member of class LiquidLevel24Base. 
 

OneThirdCalibration is for calibrating a 24 inch liquid level to it's 1/3 point i.e. 7.92 inches point @param sensor the sensor object to get the updated 
 

PreVersion2541EmptyCalibration is for calibrating a 24 inch liquid level to it's empty point if it's firmware version is below 2.5.4.1 @param sensorID the id of the sensor to get the update @param reading this value should be below the full calibration value and equal to or above 1 
 

PreVersion2541FullCalibration is for calibrating a 24 inch liquid level to it's full point if it's firmware version is below 2.5.4.1 @param sensorID the id of the sensor to get the update @param reading this value should be above the Empty calibration value and equal to or above 2 but not over 24 
 

Allows for the update of the specific type of sensor. @param sens the Sensor object to be updated @param heartBeat How often the sensor communicates with the gateway if no activity recorded. @param awareStateHeartBeat How often the sensor communicates with the gateway while in Aware State. @param assessmentsPerHeartBeat How many times between heartbeats a sensor will check its measurements against its thresholds to determine whether it will enter the Aware State. Warning if your sensor firmware is less than 2.5.2.0 Setting assessments greater than one will cause this sensor to not self elect follow a gateway to a new channel.... more 
 

TwoThirdCalibration is for calibrating a 24 inch liquid level to it's 2/3 point i.e. 16.08 inches point @param sensor the sensor object to get the updated 
 

Calibrates the sensor to correct values set by the user @param sens the Sensor object to be updated @param reading Actual reading on tap. @param isFull if true calibrates the liquid levels full if false calibrates it as empty @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration @throws java.lang.Exception exception 
 

sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update @param sens the Sensor object to be updated @param heartBeat a double value this is represented in minutes so heartbeat equals 1 that is one minute @param sendSensorUpdate a Boolean flag that lets the sensor know if it should send up the new configuration 
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!