Jobs¶
In the ZDM a job is a function defined in your firmware that you can call remotely through the ZDM. There are to operations available in the ZDM for jobs:
List of device commands:
Schedule a job¶
To call remotely a function defined in your firmware, use the command:
zdm job schedule job uid
where job
is the function name and uid
is the device uid.
If your function expects parameters to work, you can use the command option --arg
Check a job status¶
If you want to check the status of a job you scheduled, type the command:
zdm job check job uid
where job
is the job name and uid
is the device uid you want to check, you will see if your device sent a response to the job.