add trigger interfaces

pull/135/head
Michael Zanetti 2017-11-22 19:12:35 +01:00
parent 14055fe172
commit 6072a159b7
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"actions": [
{
"name": "triggered"
}
]
}

View File

@ -23,6 +23,8 @@
<file>temperaturesensor.json</file>
<file>humiditysensor.json</file>
<file>connectable.json</file>
<file>inputtrigger.json</file>
<file>outputtrigger.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>

View File

@ -0,0 +1,7 @@
{
"actions": [
{
"name": "trigger"
}
]
}