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

This commit is contained in:
jenkins 2022-08-26 12:58:05 +02:00
commit 0ba8120923

View File

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