Could you please tell me which attribute can let me know whether cameras is online or offline?

http://10.10.30.181:7563/recorderstatusservice/recorderstatusservice2.asmx

I called this service,but I cannot find the status.

Could you please tell me which attribute can let me know whether cameras is online or offline?

connection result:1

*******************************************

statusSessionId:aaa66539-34f2-4361-b2b7-7d2dc5597ac5

getRecorderStatus:{“attachState”:“Attached”,“connectionState”:“Connected”}

*******************************************

getCurrentDeviceStatus:{“cameraDeviceStatusArray”:{“cameraDeviceStatus”:[{“time”:1551949731718,“deviceId”:“cdca051a-07da-44bb-ab02-22f88b3997ff”,“isChange”:false,“enabled”:true,“started”:true,“error”:false,“errorNotLicensed”:false,“errorNoConnection”:false,“recording”:false,“dbMoveInProgress”:false,“errorOverflow”:false,“errorWritingGop”:false,“dbRepairInProgress”:false,“motion”:false},{“time”:1551949731718,“deviceId”:“9f7e87f7-1ab9-4b81-a9bd-b0fcb4cc7ef7”,“isChange”:false,“enabled”:true,“started”:true,“error”:false,“errorNotLicensed”:false,“errorNoConnection”:false,“recording”:true,“dbMoveInProgress”:false,“errorOverflow”:false,“errorWritingGop”:false,“dbRepairInProgress”:false,“motion”:true}]},“inputDeviceStatusArray”:{“inputDeviceStatus”:[]},“outputDeviceStatusArray”:{“outputDeviceStatus”:[]},“microphoneDeviceStatusArray”:{“microphoneDeviceStatus”:[]},“speakerDeviceStatusArray”:{“speakerDeviceStatus”:[]},“metadataDeviceStatusArray”:{“metadataDeviceStatus”:[]},“eventStatusArray”:{“eventStatus”:[]},“hardwareStatusArray”:{“hardwareStatus”:[]},“configurationChangedStatus”:null}

*******************************************

getCurrentHardwareStatus:{“cameraDeviceStatusArray”:{“cameraDeviceStatus”:[]},“inputDeviceStatusArray”:{“inputDeviceStatus”:[]},“outputDeviceStatusArray”:{“outputDeviceStatus”:[]},“microphoneDeviceStatusArray”:{“microphoneDeviceStatus”:[]},“speakerDeviceStatusArray”:{“speakerDeviceStatus”:[]},“metadataDeviceStatusArray”:{“metadataDeviceStatus”:[]},“eventStatusArray”:{“eventStatus”:[]},“hardwareStatusArray”:{“hardwareStatus”:[]},“configurationChangedStatus”:null}

*******************************************

If not enabled the camera is not running.

If not started the camera is not running.

If in error the camera is not running.

(enabled == true AND started == true AND error == false) - should mean the camera is online.

The motion flag tells you whether there is motion.