" \"state\": <HA state name of the server receiving the command>,",
" },",
" \"remote\": {",
+ " \"age\": <the age of the remote status in seconds>,",
" \"in-touch\": <indicates if this server communicated with remote>,",
" \"last-scopes\": <list of scopes served by partner>,",
" \"last-state\": <HA state name of the partner>,",
"state": "load-balancing"
},
"remote": {
+ "age": 10,
"in-touch": true,
"role": "secondary",
"last-scopes": [ "server2" ],
accurate if the communication problem occur between the partners and this
status information is not refreshed. In such case, it may be useful to
send the ``status-get`` command to the partner server directly to check
-its current state.
+its current state. The ``age`` parameter specifies the number of seconds
+since the information from the partner was gathered (the age of this
+information).