fixed wrong function name

This commit is contained in:
Mikayla Fischler 2024-08-18 19:12:13 -04:00
parent e076e327d8
commit f259f85a99
2 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,7 @@ function facility.new(config, cooling_conf, check_rtu_id)
f_update.unit_mgmt(cooling_conf)
-- update alarm tones
f_update.update_alarms()
f_update.alarm_audio()
end
-- call the update function of all units in the facility<br>

View File

@ -43,6 +43,7 @@ local next_mode = 0
local charge_update = 0
local rate_update = 0
---@class facility_update_extension
local update = {}
--#region PRIVATE FUNCTIONS