Request jobs state of a device.
deviceJobStatus/slcDeviceAddress
GET
-
-
| Entity | Type | Nullable | Description | 
|---|---|---|---|
| deviceJobStatus | array (mainEntity) | no | 
| Entity | Type | Nullable | Description | 
|---|---|---|---|
| has_pending_opmode_job | bool | no | true if an operation mode job for this lamp is pending (job type 3). | 
| inprogress_opmode_jobid | int | yes | slcID of newest operation mode job in progress for this device (job type 3). | 
| has_pending_static_data_job | bool | no | true if this device has a pending job for static data update (job type 6) | 
| inprogress_static_data_job_id | int | yes | slcID of newest job for static data update in progress (job type 6) | 
| has_pending_manual_override_switch_groups_job | bool | no | true if a job for light switch configuration is pending (job type 9) | 
n.a.
{
	"deviceJobStatus": {
		"has_pending_opmode_jobs": false,
		"inprogress_opmode_jobid": null,
		"has_pending_static_data_job": false,
		"inprogress_static_data_job_id": null
	}
}