change exclude devices

This commit is contained in:
Lei PAN
2023-05-30 21:58:49 +02:00
parent 30f8c5268a
commit 061ab0fc71
+1 -2
View File
@@ -11,9 +11,8 @@ const NINETY_DAYS_IN_S = 3600 * 24 * 30 * 3;
let excelUtil = new ExcelUtil(); let excelUtil = new ExcelUtil();
let collectionName = formatDate(new Date()) let collectionName = formatDate(new Date())
// device_to_excludes = ["47e7e36b", "e30eb015"] // device_to_excludes = ["47e7e36b", "e30eb015"]
// device_to_excludes = ["47e7e36b"]
// device_to_excludes = ["J4AXB761H2322WJ"] // device_to_excludes = ["J4AXB761H2322WJ"]
device_to_excludes = ["07fbd156", "R9TR608ZLKJ", "heuklr55wo8tfyvw"] device_to_excludes = [ "R9TR608ZLKJ", "heuklr55wo8tfyvw"]
attributedPorts = [] attributedPorts = []
const device_port_info = new Map(); const device_port_info = new Map();
startPort = 9000 startPort = 9000