Add a barcodescanner interface

This commit is contained in:
Michael Zanetti 2019-11-04 12:22:30 +01:00
parent 4b890429fa
commit 7023d14084
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{
"events": [
{
"name": "codeScanned",
"params": [
{
"name": "content",
"type": "QString"
}
]
}
]
}

View File

@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/interfaces">
<file>alert.json</file>
<file>alert.json</file>
<file>light.json</file>
<file>dimmablelight.json</file>
<file>account.json</file>
@ -73,5 +73,6 @@
<file>extendednavigationpad.json</file>
<file>closablesensor.json</file>
<file>powerswitch.json</file>
<file>barcodescanner.json</file>
</qresource>
</RCC>