mirror of https://github.com/nymea/nymea.git
Merge PR #229: Add a barcodescanner interface
commit
196cf7a6fe
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"events": [
|
||||
{
|
||||
"name": "codeScanned",
|
||||
"params": [
|
||||
{
|
||||
"name": "content",
|
||||
"type": "QString"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue