fixed wrong function name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user