Add tubingpressure, startcommand, and stopcommand
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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':''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user