Honeywell Thermostat status incorrect

The API Rules are accessed though the Advanced Web App and do not require any additional equipment.

In the Advanced Web App go to rules, then add a rule, then type in the following. Your device ID goes where the red line is.

In test form but the indentation is messed up.

{
“every”: {
“interval”: {
“value”: {
“integer”: 1
},
“unit”: “Minute”
},
“actions”: [
{
“command”: {
“devices”: [
“DEVICE ID”
],
“commands”: [
{
“component”: “main”,
“capability”: “refresh”,
“command”: “refresh”
}
]
}
}
]
}
}