use adb to reload page

This commit is contained in:
Lei PAN
2023-05-23 20:26:05 +02:00
parent fd5d5253e5
commit 5b5b58cb70
4 changed files with 111 additions and 55 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ const CommandorPage = require("./workers/CommandorPage");
const {MongoManager, formatDate} = require("./workers/mongo_manager");
const alert = require('alert');
const schedule = require("node-schedule");
const {execSync} = require("child_process");
const mongoManager = new MongoManager();
const SEVEN_DAYS_IN_S = 3600 * 24 * 7;
@@ -14,7 +13,7 @@ let collectionName = formatDate(new Date())
// device_to_excludes = ["47e7e36b", "e30eb015"]
// device_to_excludes = ["47e7e36b"]
// device_to_excludes = ["J4AXB761H2322WJ"]
device_to_excludes = ["e30eb015", "07fbd156", "hi7ljr5xduyt9pfi"]
device_to_excludes = ["47e7e36b", "07fbd156", "R9TR608ZLKJ", "heuklr55wo8tfyvw"]
attributedPorts = []
const device_port_info = new Map();
startPort = 9000