From 13f40cd6131a4c491d4c10e746de6eb5466bd048 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Fri, 23 Dec 2022 15:41:03 +0100 Subject: [PATCH] Closedown --- plugins/Array10.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Array10.java b/plugins/Array10.java index b257b46..b767a69 100644 --- a/plugins/Array10.java +++ b/plugins/Array10.java @@ -190,6 +190,10 @@ public class Array10 extends DeviceBase implements Readable, Cacheable, Readable return devArray; } + public Array10Matrix getDevMatrix(){ + return devMatrix; + } + @Override protected void doClose() throws IOException { stop();