Updating for adding offset

This commit is contained in:
Patrick McDonagh
2018-08-10 15:08:29 -05:00
parent e87e405580
commit 630f5960dc
15 changed files with 52 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
id,name,deviceTypeId,fromMe,io,subTitle,helpExplanation,channelType,dataType,defaultValue,regex,regexErrMsg,units,min,max,change,guaranteedReportPeriod,minReportTime
12764,pond_level,412,FALSE,readonly,Pond Level,Level in Ft.,device,float,,,,,,,,,
12769,high_level_limit,412,FALSE,readwrite,High Level Limit,Limit in ft.,user input,float,25,,,,,,,,
12770,low_level_limit,412,FALSE,readwrite,Low Level Limit, Limit in ft.,user input,float,1,,,,,,,,
13352,setrawmax,412,FALSE,readwrite,Raw Max Setpoint,in mA,device,float,,,,,,,,,
13353,setrawmin,412,FALSE,readwrite,Raw Min Setpoint,in mA,device,float,,,,,,,,,
13354,seteumax,412,FALSE,readwrite,EU Max Setpoint,in Ft.,device,float,,,,,,,,,
13355,seteumin,412,FALSE,readwrite,EU Min Setpoint,in Ft.,device,float,,,,,,,,,
13356,log,412,FALSE,readwrite,Log,Log,device,string,,,,,,,,,
13357,sync,412,FALSE,readwrite,Sync,Sycn,device,string,,,,,,,,,
13358,calibration_data,412,FALSE,readonly,Calibration Data,All calibration data,device,string,,,,,,,,,
13359,addcalibrationpoint,412,FALSE,readwrite,Add Calibration Point,Add a single calibration point,device,string,,,,,,,,,
13360,deletecalibrationpoint,412,FALSE,readwrite,Delete Calibration Point,Delete a Calibration Point,device,integer,,,,,,,,,
13361,pond_volume,412,FALSE,readonly,Pond Volume,in BBL,device,float,0,,,,,,,,
13642,pressure_psi,412,FALSE,readonly,Pressure,in PSI,device,float,,,,,,,,,
13643,setpsirawmin,412,FALSE,readwrite,Pressure Raw Min Setpoint,in PSI,device,float,,,,,,,,,
13644,setpsirawmax,412,FALSE,readwrite,Pressure Raw Max Setpoint,in PSI,device,float,,,,,,,,,
13645,setpsieumax,412,FALSE,readwrite,Pressure EU Max Setpoint,in PSI,device,float,,,,,,,,,
13646,setpsieumin,412,FALSE,readwrite,Pressure EU Min Setpoint,in PSI,device,float,,,,,,,,,
13647,high_pressure_limit,412,FALSE,readwrite,High Pressure Input,Send an alert when pressure > high_pressure_input,user input,float,30,,,,,,,,
,public_ip_address,412,FALSE,readonly,Public IP Address,Network Address,device,string,,,,,,,,,
1 id name deviceTypeId fromMe io subTitle helpExplanation channelType dataType defaultValue regex regexErrMsg units min max change guaranteedReportPeriod minReportTime
2 12764 pond_level 412 FALSE readonly Pond Level Level in Ft. device float
3 12769 high_level_limit 412 FALSE readwrite High Level Limit Limit in ft. user input float 25
4 12770 low_level_limit 412 FALSE readwrite Low Level Limit Limit in ft. user input float 1
5 13352 setrawmax 412 FALSE readwrite Raw Max Setpoint in mA device float
6 13353 setrawmin 412 FALSE readwrite Raw Min Setpoint in mA device float
7 13354 seteumax 412 FALSE readwrite EU Max Setpoint in Ft. device float
8 13355 seteumin 412 FALSE readwrite EU Min Setpoint in Ft. device float
9 13356 log 412 FALSE readwrite Log Log device string
10 13357 sync 412 FALSE readwrite Sync Sycn device string
11 13358 calibration_data 412 FALSE readonly Calibration Data All calibration data device string
12 13359 addcalibrationpoint 412 FALSE readwrite Add Calibration Point Add a single calibration point device string
13 13360 deletecalibrationpoint 412 FALSE readwrite Delete Calibration Point Delete a Calibration Point device integer
14 13361 pond_volume 412 FALSE readonly Pond Volume in BBL device float 0
15 13642 pressure_psi 412 FALSE readonly Pressure in PSI device float
16 13643 setpsirawmin 412 FALSE readwrite Pressure Raw Min Setpoint in PSI device float
17 13644 setpsirawmax 412 FALSE readwrite Pressure Raw Max Setpoint in PSI device float
18 13645 setpsieumax 412 FALSE readwrite Pressure EU Max Setpoint in PSI device float
19 13646 setpsieumin 412 FALSE readwrite Pressure EU Min Setpoint in PSI device float
20 13647 high_pressure_limit 412 FALSE readwrite High Pressure Input Send an alert when pressure > high_pressure_input user input float 30
21 public_ip_address 412 FALSE readonly Public IP Address Network Address device string