17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"extends": "simpleclosable",
|
|
"states": [
|
|
{
|
|
"name": "state",
|
|
"type": "QString",
|
|
"allowedValues": ["locked", "locking", "unlocked", "unlocking", "unlatched", "unlatching"]
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"name": "unlatch"
|
|
}
|
|
]
|
|
}
|
|
|