OptionalavailabilityOptionalavailabilityChange the part to use when tracking availability.
This property will not be used if trackAvailability is not set to downtimeWithReasons.
OptionalavailabilityChange the process to use when tracking availability.
This property will not be used if trackAvailability is not set to downtimeWithReasons.
OptionalavailableChange the total available time.
If trackAvailability is not set to 'availability', this value will not be used.
OptionalbadChange the bad parts which have been recorded. This must be an object where the key is the defect id and the number is the defect count.
This property will be ignored if no quality defect category is set.
This will throw an error if a defectId is used which is not present in the quality defect category. Only the defects included in badParts will be updated.
OptionaldowntimeChange the downtime reasons which have been recorded. This must be an object where the key is the defect id and the number is the defect count.
This property will be ignored if no availability defect category is set.
This will throw an error if a defectId is used which is not present in the availability defect category. Only the defects included in downtimeReasons will be updated.
OptionalenableChange whether the operator is able to enter total parts.
OptionalgoodChange the good parts produced.
If trackQuality is not set to 'goodParts', this value will not be used.
OptionalidealChange the ideal cycle time.
OptionalpartChange the part to use for this test.
Expects the ID of the part.
null to unset the part override.
OptionalqualityChange the defect category to use to track the quality.
This property is unused if trackQuality is not set to badPartsWithDefects.
OptionalqualityChange the part to use when tracking quality.
This property will not be used if trackQuality is not set to badPartsWithDefects.
OptionalqualityChange the process to use when tracking quality.
This property will not be used if trackQuality is not set to badPartsWithDefects.
OptionalscheduledChange the total scheduled time in minutes.
OptionaltotalChange the total parts, including good parts and bad parts.
OptionaltrackChange how availability is tracked.
'available': Have the operator record the available time. 'downtimeWithReasons': Have the operator record the downtime and the reasons for it. 'doNotTrack': Nothing will be tracked for availability.
OptionaltrackChange whether or not to track performance data.
OptionaltrackChange how quality is tracked.
'goodParts': Have the operator record the number of good parts. 'badPartsWithDefects': Have the operator record bad parts and the defects. 'noNotTrack': Nothing will be tracked for quality.
Change the defect category to use to track the availability.
This property is unused if trackAvailability is not set to downtimeWithReasons.