Add lock/unlock actions to smartlock interface

pull/555/head
Michael Zanetti 2022-08-08 12:23:44 +02:00
parent 5674ba7567
commit 119605ab13
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
}
]
}