From a8def92103c60fc29ce6fefe17062b31370e8c26 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Thu, 17 Feb 2022 01:37:47 -0500 Subject: [PATCH] fix UI not being updated with new info --- plugins/pjlink/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/pjlink/main.js b/plugins/pjlink/main.js index f82629d..ed235cc 100644 --- a/plugins/pjlink/main.js +++ b/plugins/pjlink/main.js @@ -122,4 +122,5 @@ exports.heartbeat = function heartbeat(device) { `${password}%1POWR ?\r%1INPT ?\r%1AVMT ?\r%1ERST ?\r%1LAMP ?\r%1NAME ?\r%1INF1 ?\r%1INF2 ?\r%2SNUM ?\r%2SVER ?\r` ); } + device.draw(); };