edit getList w/out setupID

This commit is contained in:
AlfandiMario
2024-11-12 14:44:41 +07:00
parent 0b04f76f9e
commit aa91585650
6 changed files with 14 additions and 71 deletions

View File

@@ -8,12 +8,17 @@ sample config file
],
"delay": 5,
"row_per_batch": 50,
"startDate": "2023-08-01", //yyyy-mm-dd
"endDate": "2024-12-30", //yyyy-mm-dd
"mcuID": "56" // number
"startDate": "2023-08-01", //yyyy-mm-dd tanggal data dicari dimulai
"endDate": "2024-12-30", //yyyy-mm-dd tanggal data dicari berakhir
"mcuID": "56"
}
```
Install Dependencies
```bash
npm install
```
Build the source
```bash
npm run build