add connectable interface
This commit is contained in:
parent
a42b8fd5e7
commit
14055fe172
9
libguh/interfaces/connectable.json
Normal file
9
libguh/interfaces/connectable.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"states": [
|
||||
{
|
||||
"name": "connected",
|
||||
"type": "bool",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -22,6 +22,7 @@
|
||||
<file>sensor.json</file>
|
||||
<file>temperaturesensor.json</file>
|
||||
<file>humiditysensor.json</file>
|
||||
<file>connectable.json</file>
|
||||
</qresource>
|
||||
<qresource prefix="/"/>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user