20260506 Backup
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
def get_paths():
|
||||
return [
|
||||
"[default]simulator/DOAS/DOAS1",
|
||||
"[default]simulator/DOAS/DOAS2",
|
||||
"[default]simulator/DOAS/DOAS3",
|
||||
"[default]simulator/DOAS/DOAS4",
|
||||
"[default]simulator/DOAS/DOAS5
|
||||
]
|
||||
def get_config():
|
||||
return {
|
||||
'OAD':'/Outdoor Air Dewpoint',
|
||||
'BP':'/Building Pressure',
|
||||
'SAT':'/Supply Air Temperature',
|
||||
'SAD':'/Supply Air Dewpoint',
|
||||
'Alm':'/AlarmSummary/Highest Active Priority'
|
||||
}
|
||||
def get_destination():
|
||||
return "[default]System/DataTables/FCU/Data"
|
||||
|
||||
def get_type():
|
||||
return "Objects/Air/FCU"
|
||||
|
||||
Reference in New Issue
Block a user