From 061ab0fc7111aeec6113361325fe1625995c49c3 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 30 May 2023 21:58:49 +0200 Subject: [PATCH] change exclude devices --- src/appointment.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/appointment.js b/src/appointment.js index 94cb0dd..b607edd 100644 --- a/src/appointment.js +++ b/src/appointment.js @@ -11,9 +11,8 @@ const NINETY_DAYS_IN_S = 3600 * 24 * 30 * 3; let excelUtil = new ExcelUtil(); let collectionName = formatDate(new Date()) // device_to_excludes = ["47e7e36b", "e30eb015"] -// device_to_excludes = ["47e7e36b"] // device_to_excludes = ["J4AXB761H2322WJ"] -device_to_excludes = ["07fbd156", "R9TR608ZLKJ", "heuklr55wo8tfyvw"] +device_to_excludes = [ "R9TR608ZLKJ", "heuklr55wo8tfyvw"] attributedPorts = [] const device_port_info = new Map(); startPort = 9000