Good morning.
I have found a problem with the data returned by the API, specifically with the time remaining to finish the Ring to open:
“state”: {
“mode”: 2,
“state”: 3,
“trigger”: 0,
“lastAction”: 1,
“batteryCritical”: false,
“keypadBatteryCritical”: false,
“doorsensorBatteryCritical”: false,
“doorState”: 0,
“ringToOpenTimer”: 1017,
“ringToOpenEnd”: “2022-01-16T20:42:29.138Z”,
“nightMode”: false
The “ringToOpenTimer” field does not update its value unless a change of state is triggered, but if you want to know how much time is left for activation you can’t know because it is not updated.
Thanks in advance for your help.