#339 added sum of raw waste stat to flow monitor

This commit is contained in:
Mikayla Fischler
2023-09-03 18:07:34 -04:00
parent 5585088e3a
commit b1c2c4d291
2 changed files with 11 additions and 5 deletions

View File

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