# Devicio Json Specification
## Change Log
| Version No. | Date | Description | Author |
| :---------: | :--: | :---------- | :----: |
| 1.0.0 | 2020-04-01 | The first release | Greg |
## Quick Guide
[TOC]
### high_cpu_loading
:::info
TBD
**sent to Alerto**
pass "high_cpu_loading" to Alerto to announce cpu loading event
:::
```jsonld
{
"eventType": "high_cpu_loading",
"dateTime": int,
"IMEI": string,
"longitude": int,
"latitude": int,
"loading": int
}
```
### high_memory_usage
:::info
TBD
**sent to Alerto**
pass "high_memory_usage" to Alerto to announce memory usage event
:::
```jsonld
{
"eventType": "high_memory_usage",
"dateTime": int,
"IMEI": string,
"longitude": int,
"latitude": int,
"usage": int
}
```
### high_flash_usage
:::info
TBD
**sent to Alerto**
pass "high_flash_usage" to Alerto to announce flash usage event
:::
```jsonld
{
"eventType": "high_flash_usage",
"dateTime": int,
"IMEI": string,
"longitude": int,
"latitude": int,
"usage": int
}
```
### high_temperature
:::info
TBD
**sent to Alerto**
pass "high_memory_usage" to Alerto to announce memory usage event
:::
```jsonld
{
"eventType": "high_temperature",
"dateTime": int,
"IMEI": string,
"longitude": int,
"latitude": int,
"temperature": int
}
```