Synchronized Temperature
JSON fields received by the App:
| Field Name | Field Type | Field Description |
|---|---|---|
| year | int | Data date: year |
| month | int | Data date: month |
| day | int | Data date: day |
| hour | int | Data date: hour |
| minute | int | Data date: minute |
| start_time | int | Start time of synchronization in seconds |
| interval_mode | int | Automatic temperature data storage interval Unit second Reserved |
| avg_temperature | int | Average temperature Keep one decimal and expand the transfer tenfold |
| max_temperature | int | Maximum temperature Keep one decimal and expand the transfer tenfold |
| min_temperature | int | Minimum temperature Keep one decimal and expand the transfer tenfold |
| temperature_count | int | Number of temperature details |
| items | array | Temperature details, containing offset and value |
| Field Name | Field Type | Field Description |
|---|---|---|
| offset | int | Data offset,unit:seconds |
| value | int | Temperature value Keep one decimal and expand the transfer tenfold |
Example:
{
"avg_temperature": 0,
"day": 0,
"hour": 0,
"interval_mode": 0,
"items": null,
"max_temperature": 0,
"min_temperature": 0,
"minute": 0,
"month": 0,
"start_time": 0,
"temperature_count": 0,
"year": 0
}