From 369c448dd346c99fe806c6fbdc616664a64ff986 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 20 Oct 2024 09:58:56 -0400 Subject: [PATCH] TUrn x10 events into a debug --- scripts/zmx10.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmx10.pl.in b/scripts/zmx10.pl.in index 0bd84c66a..b86147a4f 100644 --- a/scripts/zmx10.pl.in +++ b/scripts/zmx10.pl.in @@ -664,7 +664,7 @@ sub x10listen { } else { Debug("Not for out house code ".$event->house_code().' eq '.$Config{ZM_X10_HOUSE_CODE}); } # end if correct house code - Info('Got event - '.$event->as_string()); + Debug('Got event - '.$event->as_string()); } } # end sub x10listen