Fix priority of interfaces

This commit is contained in:
Michael Zanetti 2020-01-16 13:48:34 +01:00
parent 3e3dfcd472
commit 9acc3f0ca9

View File

@ -12,7 +12,7 @@
"id": "4a1cc5d9-9b44-4632-8db0-66d64efd4767", "id": "4a1cc5d9-9b44-4632-8db0-66d64efd4767",
"name": "nuki", "name": "nuki",
"displayName": "Smartlock", "displayName": "Smartlock",
"interfaces": [ "connectable", "battery", "smartlock" ], "interfaces": [ "smartlock", "connectable", "battery" ],
"createMethods": [ "discovery" ], "createMethods": [ "discovery" ],
"setupMethod": "pushButton", "setupMethod": "pushButton",
"paramTypes": [ "paramTypes": [