|
@ -111,7 +111,7 @@ const okHandle = async () => { |
|
|
step.params.description = `拍照` |
|
|
step.params.description = `拍照` |
|
|
break |
|
|
break |
|
|
} |
|
|
} |
|
|
return !allPropertiesDefined(step.params, ['minutes', 'seconds', 'coolingMinutes', 'coolingSeconds', 'description', 'inTemperature', 'expand']) |
|
|
|
|
|
|
|
|
return !allPropertiesDefined(step.params, ['hours', 'minutes', 'seconds', 'coolingHours', 'coolingMinutes', 'coolingSeconds', 'description', 'inTemperature', 'expand']) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
) |
|
|
) |
|
|