(Get)Status
The component can report its status at any time in productive operation. Regardless, the service will periodically request such a report.
Request a status report
{
"command": "GetStatus"
}
Encoding String: GetStatus
Reporting the status
{
"command": "Status"
"status": "FAIL"
}
Encoding String: Status<TAB>status<TAB>FAIL
Permitted values for status are OK, FAIL and OFFLINE - in exactly this notation.