Add tubingpressure, startcommand, and stopcommand

This commit is contained in:
Patrick McDonagh
2016-03-03 22:08:20 -06:00
parent 9c3de89693
commit 306e5b5103
2 changed files with 1130 additions and 1067 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -672,6 +672,25 @@ channels = {
'tag':'Remote_Shutdown_Disabled',
'last_time_uploaded':0,
'last_value':''
},'tubingpressure':{
'data_type':'REAL',
'change_amount':0.5,
'max_time_between_uploads':3600,
'tag':'TubingPressure_In',
'last_time_uploaded':0,
'last_value':''
},'startcommand':{
'data_type':'BOOL',
'max_time_between_uploads':3600,
'tag':'Start_Command',
'last_time_uploaded':0,
'last_value':''
},'stopcommand':{
'data_type':'BOOL',
'max_time_between_uploads':3600,
'tag':'Stop_Command',
'last_time_uploaded':0,
'last_value':''
}
}