mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
Document created field for jobs (#2550)
This commit is contained in:
parent
4d028f5d9e
commit
7c8914fc8c
@ -298,6 +298,7 @@ Response only fields will be in responses but cannot be included in requests.
|
||||
| progress | int | Progress of the job (if accurate progress is obtainable) |
|
||||
| stage | string | A name for the stage the job is in (if applicable) |
|
||||
| done | boolean | Is the job complete |
|
||||
| created | string | Date and time when job was created in ISO format |
|
||||
| child_jobs | list | A list of child [jobs](#job) started by this one |
|
||||
| errors | list | A list of [errors](#job-error) that occurred during execution |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user