From 5751c320b1b68cee538f920dfe8ce8e252f18397 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 13 Feb 2023 18:53:00 -0500 Subject: [PATCH] only report not formed if its a multiblock --- rtu/startup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtu/startup.lua b/rtu/startup.lua index 76203a3..7bfa330 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -25,7 +25,7 @@ local sna_rtu = require("rtu.dev.sna_rtu") local sps_rtu = require("rtu.dev.sps_rtu") local turbinev_rtu = require("rtu.dev.turbinev_rtu") -local RTU_VERSION = "beta-v0.10.4" +local RTU_VERSION = "beta-v0.10.5" local rtu_t = types.rtu_t @@ -376,7 +376,7 @@ local function main() table.insert(units, rtu_unit) - if not formed then + if is_multiblock and not formed then log.debug(util.c("configure> device '", name, "' is not formed")) end