Remove redundant "close" action from garagegate interface

It will be inherited by "closable"
This commit is contained in:
Michael Zanetti 2019-01-25 15:23:05 +01:00
parent abc39f1bd4
commit 62c941f3c8

View File

@ -10,10 +10,5 @@
"name": "intermediatePosition", "name": "intermediatePosition",
"type": "bool" "type": "bool"
} }
],
"actions": [
{
"name": "stop"
}
] ]
} }