TUrn x10 events into a debug

pull/3195/merge
Isaac Connor 2024-10-20 09:58:56 -04:00
parent 6e57c55db6
commit 369c448dd3
1 changed files with 1 additions and 1 deletions

View File

@ -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