diff --git a/ioBroker-Card-Definitionen-(Seiten).md b/ioBroker-Card-Definitionen-(Seiten).md index c9fee06..09c6098 100644 --- a/ioBroker-Card-Definitionen-(Seiten).md +++ b/ioBroker-Card-Definitionen-(Seiten).md @@ -2256,4 +2256,855 @@ Für eine abweichende Darstellung ist das JSON entsprechend zu befüllen. Wenn e ``` > Das Skript stellt nur eine exemplarische Möglichkeit der Befüllung dar. Es kann frei definiert und auf eigene Bedürfnisse angepasst werden, soll aber keine finale Lösung für jede Smart Home Situation abbilden! -> Ebenso kann die Erstellung des JSON natürlich auch über JavaScript oder TypeScript erfolgen. \ No newline at end of file +> Ebenso kann die Erstellung des JSON natürlich auch über JavaScript oder TypeScript erfolgen. + + +# popUpNotify + +Beschreibung folgt + +## Emulator (Layout 2) + +
+ ioBroker Blockly Script + + ``` + + + 0_userdata_Path + Sensor_Temperatur + Sensor_Lutfeuchte + Sensor_Luftdruck + Button1Text + Button2Text + HeadingTextColor + TextColor + Button1TextColor + Button2TextColor + IconColor + i + HeadingText + Icon + FontSize + Text + + + 0_userdata_Path + + + 0_userdata.0.NSPanel.1.popupNotify. + + + + + Sensor_Temperatur + + + val + deconz.0.Sensors.65.temperature + + + + + Sensor_Lutfeuchte + + + val + deconz.0.Sensors.64.humidity + + + + + Sensor_Luftdruck + + + val + deconz.0.Sensors.66.pressure + + + + + Button1Text + + + + + + + + Button2Text + + + OK + + + + + Color Picker für RGB565 + + + http://www.barth-dev.de/online/rgb565-color-picker/ + + + HeadingTextColor + + + 65535 + + + + + TextColor + + + 65535 + + + + + Button1TextColor + + + 2016 + + + + + Button2TextColor + + + 63488 + + + + + IconColor + + + 2000 + + + + + Zähler für Loop + + + i + + + 1 + + + + + Überschrift + + + HeadingText + + + + + + Zeit + + + + + Temperatur + + + + + Luftfeuchte + + + + + Luftdruck + + + + + + + Icons + + + Icon + + + + + + clock + + + + + thermometer + + + + + water-percent + + + + + car-speed-limiter + + + + + + + Font 0 - Default - Size 24 (No Icons, Support for various special chars from different langs) + + + Font 1 - Size 32 (Icons and limited chars) + + + Font 2 - Size 32 (No Icons, Support for various special chars from different langs) + + + Font 3 - Size 48 (Icons and limited chars) + + + Font 4 - Size 80 (Icons and limited chars) + + + Font 5 - Size 128 (ascii only) + + + FontSize + + + + + + 4 + + + + + 4 + + + + + 4 + + + + + 4 + + + + + + + Text oder Sensordaten + + + Text + + + + + + + + + hh:mm + + + + + + + + + + Sensor_Temperatur + + + + + °C + + + + + + + + + + Sensor_Lutfeuchte + + + + + % + + + + + + + + + + Sensor_Luftdruck + + + + + hPa + + + + + + + + + */5 * * * * * + + + + SET + FROM_START + + + Text + + + + + 1 + + + + + + + + hh:mm + + + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyHeading + + + + + + + TRUE + + + + GET + FROM_START + + + HeadingText + + + + + i + + + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyText + + + + + + + TRUE + + + + GET + FROM_START + + + Text + + + + + i + + + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyButton1Text + + + + + + + TRUE + + + Button1Text + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyButton2Text + + + + + + + TRUE + + + Button2Text + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyIcon + + + + + + + TRUE + + + + GET + FROM_START + + + Icon + + + + + i + + + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyFontIdText + + + + + + + TRUE + + + + GET + FROM_START + + + FontSize + + + + + i + + + + + + + 0 + + + + + Farben + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyHeadingColor + + + + + + + TRUE + + + HeadingTextColor + + + + + 0 + + + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyTextColor + + + + + + + TRUE + + + TextColor + + + + + 0 + + + + + Zum Schuss InternalName (Trigger) + + + false + FALSE + + + Object ID + + + + + + 0_userdata_Path + + + + + popupNotifyInternalName + + + + + + + TRUE + + + + GET + FROM_START + + + HeadingText + + + + + i + + + + + + + 0 + + + + + + + + EQ + + + i + + + + + + + HeadingText + + + + + + + + + i + + + 1 + + + + + + + i + + + 1 + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ``` \ No newline at end of file