mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed wrong function name
This commit is contained in:
parent
e076e327d8
commit
f259f85a99
@ -212,7 +212,7 @@ function facility.new(config, cooling_conf, check_rtu_id)
|
|||||||
f_update.unit_mgmt(cooling_conf)
|
f_update.unit_mgmt(cooling_conf)
|
||||||
|
|
||||||
-- update alarm tones
|
-- update alarm tones
|
||||||
f_update.update_alarms()
|
f_update.alarm_audio()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- call the update function of all units in the facility<br>
|
-- call the update function of all units in the facility<br>
|
||||||
|
@ -43,6 +43,7 @@ local next_mode = 0
|
|||||||
local charge_update = 0
|
local charge_update = 0
|
||||||
local rate_update = 0
|
local rate_update = 0
|
||||||
|
|
||||||
|
---@class facility_update_extension
|
||||||
local update = {}
|
local update = {}
|
||||||
|
|
||||||
--#region PRIVATE FUNCTIONS
|
--#region PRIVATE FUNCTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user