edit getList w/out setupID
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user