separate cmd payloads to state values (#11420)

This commit is contained in:
Iulius 2020-01-04 17:41:28 +01:00 committed by Klaas Schoute
parent 4917634367
commit e889908a40

View File

@ -51,6 +51,16 @@ payload_unlock:
required: false
type: string
default: UNLOCK
state_locked:
description: The value that represents the lock to be in locked state
required: false
type: string
default: locked
state_unlocked:
description: The value that represents the lock to be in unlocked state
required: false
type: string
default: unlocked
optimistic:
description: Flag that defines if lock works in optimistic mode.
required: false