DPIclimate / DPIclimate/pilot-reports
Using last active time to report errors
Open
enhancement
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/DPIclimate/pilot-reports/blob/master/cache/devices.json can be used to update a table on when a device was last active (i.e. an error has occured)
```json
{
"url": "https://industrial.api.ubidots.com/api/v2.0/devices/620c3489a9683d1e8e12b5b8",
"id": "620c3489a9683d1e8e12b5b8",
"label": "003e22ca70699dc1",
"name": "clyde-salinity90f",
"lastActivity": 1646428252696 <---- this timestamp
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.