#392 fixed typo preventing water level low indicator from working

This commit is contained in:
Mikayla Fischler
2023-12-17 18:04:09 -05:00
parent 5d3fd6d939
commit f868923905
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v1.0.17"
local COORDINATOR_VERSION = "v1.0.18"
local println = util.println
local println_ts = util.println_ts