Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_integrations/lock.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ state_locked:
description: The value that represents the lock to be in locked state
required: false
type: string
default: locked
default: LOCKED
state_unlocked:
description: The value that represents the lock to be in unlocked state
required: false
type: string
default: unlocked
default: UNLOCKED
optimistic:
description: Flag that defines if lock works in optimistic mode.
required: false
Expand Down