Merge PR #555: Add lock/unlock actions to smartlock interface

pull/566/head
jenkins 2022-08-26 12:58:05 +02:00
commit 0ba8120923
1 changed files with 10 additions and 2 deletions

View File

@ -5,12 +5,20 @@
"name": "state",
"type": "QString",
"allowedValues": ["locked", "locking", "unlocked", "unlocking", "unlatched", "unlatching"],
"logged": true
"logged": true,
"optional": true
}
],
"actions": [
{
"name": "unlatch"
"name": "lock"
},
{
"name": "unlock"
},
{
"name": "unlatch",
"optional": true
}
]
}