This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 9dcab1293c rework closable interfaces a bit
simpleclosable  (a: open, close)
|- awning (a: stop)
|  |- extendedawning (s: percentage, moving)
|- blind  (a: stop)
|  |- extendedblind (s: percentage, moving)
|- closable (s: state)
|  |- garagegate (a: stop, s: intermediateposition)
|- shutter (a: stop)
|- smartlock (a, unlatch s: state)

simpleclosable (a: open, close)
|- closable (a: stop)
|  |- awning
|  |- blind
|  |- shutter
|  |- garagegate (s: state, intermediatePosition)
|  |- extendedclosable (s: moving, s: percentage)
|     |- extendedawning
|     |- extendedblind
|     |- extendedshutter
|- smartlock (a: unlatch, s: state)
2019-04-08 13:55:15 +02:00

44 lines
1.5 KiB
Plaintext

<RCC>
<qresource prefix="/interfaces">
<file>media.json</file>
<file>mediacontroller.json</file>
<file>light.json</file>
<file>dimmablelight.json</file>
<file>colorlight.json</file>
<file>garagegate.json</file>
<file>gateway.json</file>
<file>notifications.json</file>
<file>weather.json</file>
<file>volumecontroller.json</file>
<file>extendedvolumecontroller.json</file>
<file>mediametadataprovider.json</file>
<file>mediaplayer.json</file>
<file>battery.json</file>
<file>batterylevel.json</file>
<file>button.json</file>
<file>simplebutton.json</file>
<file>longpressbutton.json</file>
<file>simplemultibutton.json</file>
<file>longpressmultibutton.json</file>
<file>sensor.json</file>
<file>temperaturesensor.json</file>
<file>humiditysensor.json</file>
<file>pressuresensor.json</file>
<file>connectable.json</file>
<file>inputtrigger.json</file>
<file>outputtrigger.json</file>
<file>power.json</file>
<file>simpleclosable.json</file>
<file>closable.json</file>
<file>awning.json</file>
<file>shutter.json</file>
<file>blind.json</file>
<file>extendedclosable.json</file>
<file>extendedawning.json</file>
<file>extendedblind.json</file>
<file>extendedshutter.json</file>
<file>smartlock.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>