FTUI Widget Weekprofile
Das weekprofile ist ein Widget für FHEM Tablet UI, welches ein oder mehrere weekprofile-Device steuern kann.
Attribute
Attribut | Beschreibung | Standard-Wert | Beispiel |
---|---|---|---|
data-profile | Name des Profils das verwendet werden soll | default | data-profile="Bad" |
data-todevice | Kommasaparierte Liste von Devices deren Profildaten beim Speichern mit aktualisiert werden sollen | keine | data-todevice='["Bad_Clima","Flur_Clima"]' |
data-width | Breite des Dialogs | 400 | data-width="500" |
data-height | Hoehe des Dialogs | auto | data-height="500" |
data-title | Titel des Dialogs | data-device | data-title="Wohnzimmer" |
data-icon | Dialog Titel Icon | fa-clock-o | data-icon="fa-clock-o" |
data-theme | Angabe des Themes, mögich ist 'dark', 'light', oder beliebige eigene CSS-Klasse für individuelle Themes | light | data-theme="dark" |
data-style | Angabe 'round' oder 'square' | square | data-style="round" |
data-timesteps | Schrittweite (Minuten) in der Zeiteinstellung | 15 | data-timesteps="5" |
data-trigger | Name des Readings das eine Aktualisierung antriggert. 'false' deaktiviert die update Funktion | profile_count | data-trigger="false" |
Beispiel
<div id="weekprofile_ftui"
data-type="weekprofile"
data-device="Wochenprofile"
data-profile="Bad"
data-todevice="Bad_Clima"
data-title="Heizung Bad"
data-style="round"
data-theme="green"
data-height="400"
data-width="auto">
<div data-type="button"
class="readonly"
data-icon="fa-calendar"
data-background-icon="fa-circle"
data-on-background-color="green"
>
</div>