Optional
availabilityOptional
availabilityChange the part to use when tracking availability.
This property will not be used if trackAvailability is not set to downtimeWithReasons.
Optional
availabilityChange the process to use when tracking availability.
This property will not be used if trackAvailability is not set to downtimeWithReasons.
Optional
availableChange the total available time.
If trackAvailability is not set to 'availability', this value will not be used.
Optional
badChange 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.
Optional
downtimeChange 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.
Optional
enableChange whether the operator is able to enter total parts.
Optional
goodChange the good parts produced.
If trackQuality is not set to 'goodParts', this value will not be used.
Optional
idealChange the ideal cycle time.
Optional
partChange the part to use for this test.
Expects the ID of the part.
null to unset the part override.
Optional
qualityChange the defect category to use to track the quality.
This property is unused if trackQuality is not set to badPartsWithDefects.
Optional
qualityChange the part to use when tracking quality.
This property will not be used if trackQuality is not set to badPartsWithDefects.
Optional
qualityChange the process to use when tracking quality.
This property will not be used if trackQuality is not set to badPartsWithDefects.
Optional
scheduledChange the total scheduled time in minutes.
Optional
totalChange the total parts, including good parts and bad parts.
Optional
trackChange 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.
Optional
trackChange whether or not to track performance data.
Optional
trackChange 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.