<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] CSS Einstellungen werden nicht umgesetzt]]></title><description><![CDATA[<p dir="auto">Moin zusammen,</p>
<p dir="auto">ich bin gerade dabei mich in CSS einzuarbeiten um die Anzahl meiner Widgets zu reduzieren.</p>
<p dir="auto">In meiner VIS habe ich die Anwesenheit über ein Navigationwidget dargestellt.</p>
<p dir="auto">Leider werden die CSS Einstellungen bei den Signalbildern nicht umgesetzt.</p>
<p dir="auto"><img src="/assets/uploads/files/1581406562294-45472fb3-ccc3-4e6b-afac-91c29a102195-grafik.png" alt="45472fb3-ccc3-4e6b-afac-91c29a102195-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Die rechte Anzeige ist noch mit zwei Widgets.</p>
<p dir="auto">Hier einmal das komplette Widget:<br />
</p><section class="spoiler-wrapper"><button class="spoiler-control btn btn-default">Spoiler</button><section style="display:none" class="spoiler-content"><p></p>
<pre><code>[{"tpl":"tplMetroTileNav","data":{"g_fixed":true,"g_visibility":false,"g_css_font_text":true,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":true,"g_signals":true,"hover":false,"transform":false,"label":"","bg_class":"bg-transparent","bg_class_active":"bg-transparent","signals-cond-0":"==","signals-val-0":"true","signals-icon-0":"/icons-mfd-png/status_man.png","signals-icon-size-0":"100","signals-blink-0":false,"signals-horz-0":"-20","signals-vert-0":"-20","signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":"false","signals-icon-1":"/icons-mfd-png/status_man.png","signals-icon-size-1":"100","signals-blink-1":false,"signals-horz-1":"-20","signals-vert-1":"-20","signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis.0/VIS/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"g_badge":true,"badge_bg_class":"","badge_bg_class_active":"","badge_top":"0","badge_left":"0","icon_badge":"","brand_bg_class":"","brand_bg_class_active":"","g_icon":true,"icon_class":"","icon_src":"","icon_width":"70","icon_height":"70","icon_top":"42","icon_left":"50","nav_view":"400_System","g_last_change":true,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"g_effects":true,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","hide_duration":"0","show_duration":"0","name":"Daniel","select_current":false,"comment":"","signals-oid-0":"javascript.0.Anwesenheit.Daniel","signals-oid-1":"javascript.0.Anwesenheit.Daniel","signals-icon-style-1":"border: red 2px solid; border-radius: 10px;2px solid; border-radius: 10px","signals-icon-style-2":"","signals-icon-style-0":"border: #41f316 2px solid; border-radius: 10px"},"style":{"left":"30px","top":"45px","width":"65px","height":"65px","z-index":"20","transform":""},"widgetSet":"metro"}]
</code></pre>
<p dir="auto"></p></section></section><p></p>
<p dir="auto">Und die CSS Einstellungen als Beispiel für Signalbild 1:  border: #41f316 2px solid; border-radius: 10px</p>
<p dir="auto">Kann jemand helfen?</p>
]]></description><link>https://forum.iobroker.net/topic/30046/gelöst-css-einstellungen-werden-nicht-umgesetzt</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 08:29:34 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/30046.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Feb 2020 07:37:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Sat, 04 Apr 2020 16:12:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lstorm" aria-label="Profile: lstorm">@<bdi>lstorm</bdi></a> sagte in <a href="/post/405440">[gelöst] CSS Einstellungen werden nicht umgesetzt</a>:</p>
<blockquote>
<p dir="auto">So, hab es nun herrausgefunden. Hier noch der Syntax für mehrere Werte:<br />
{wert:0_userdata.0.test; wert=="rot" ? "#ff0000" : wert=="gruen" ? "#00ff00" :"#ff00ff"}</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oliverio" aria-label="Profile: OliverIO">@<bdi>OliverIO</bdi></a> : Vielen Dank!</p>
</blockquote>
<p dir="auto">zur bessren lesbarkeit um die tests immer noch eine klammer machen</p>
<p dir="auto">{wert:0_userdata.0.test; (wert=="rot") ? "#ff0000" : (wert=="gruen") ? "#00ff00" :"#ff00ff"}</p>
]]></description><link>https://forum.iobroker.net/post/405662</link><guid isPermaLink="true">https://forum.iobroker.net/post/405662</guid><dc:creator><![CDATA[OliverIO]]></dc:creator><pubDate>Sat, 04 Apr 2020 16:12:48 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Sat, 04 Apr 2020 08:48:43 GMT]]></title><description><![CDATA[<p dir="auto">So, hab es nun herrausgefunden. Hier noch der Syntax für mehrere Werte:<br />
{wert:0_userdata.0.test; wert=="rot" ? "#ff0000" : wert=="gruen" ? "#00ff00" :"#ff00ff"}</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oliverio" aria-label="Profile: OliverIO">@<bdi>OliverIO</bdi></a> : Vielen Dank!</p>
]]></description><link>https://forum.iobroker.net/post/405440</link><guid isPermaLink="true">https://forum.iobroker.net/post/405440</guid><dc:creator><![CDATA[lstorm]]></dc:creator><pubDate>Sat, 04 Apr 2020 08:48:43 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Fri, 03 Apr 2020 21:06:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lstorm" aria-label="Profile: lstorm">@<bdi>lstorm</bdi></a><br />
Ja man kann diesen Fragezeichen Operator auch verschachteln</p>
]]></description><link>https://forum.iobroker.net/post/405285</link><guid isPermaLink="true">https://forum.iobroker.net/post/405285</guid><dc:creator><![CDATA[OliverIO]]></dc:creator><pubDate>Fri, 03 Apr 2020 21:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Fri, 03 Apr 2020 18:30:59 GMT]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">gibt es auch de Möglichkeit mehr als zwei Zustände so darzustellen? Also z.b. drei Zustände = 3 verschiedene Farben?<br />
Ich kenne mich leider absolut nicht mit CSS aus, vielleicht ist es nur eine Kleinigkeit und einer von euch kann den Code hier mal posten.</p>
<p dir="auto">Kann man in den Sting auch Wildcards verwenden? Z.b. alles was mit "abc" anfängt.</p>
<p dir="auto">Danke und Gruß<br />
Lars</p>
]]></description><link>https://forum.iobroker.net/post/405193</link><guid isPermaLink="true">https://forum.iobroker.net/post/405193</guid><dc:creator><![CDATA[lstorm]]></dc:creator><pubDate>Fri, 03 Apr 2020 18:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 12:13:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a><br />
Der entsprechende code in vis.js lautet.<br />
Darin sieht man, das der Wert immer in Anführungsstriche gesetzt wird, egal welcher Datentyp zugrunde liegt.<br />
Das führt dazu das es immer String ist.<br />
Daher können auch keine JSON-Daten über solch eine Bindung verarbeitet werden.<br />
<a href="https://github.com/ioBroker/ioBroker.vis/issues/263" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.vis/issues/263</a></p>
<pre><code>string += 'var ' + oids[t].operations[k].arg[a].name + ' = "' + value + '";';
</code></pre>
]]></description><link>https://forum.iobroker.net/post/376346</link><guid isPermaLink="true">https://forum.iobroker.net/post/376346</guid><dc:creator><![CDATA[OliverIO]]></dc:creator><pubDate>Wed, 12 Feb 2020 12:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:58:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a> gut dass ich alles immer direkt in der VIS zum test anzeigen lassen ^^.</p>
<p dir="auto">Hab ich mir iwie mal angewöhnt.</p>
<p dir="auto"><em><strong>So hier jetzt noch einmal die Lösung für alle:</strong></em></p>
<pre><code>{wert:javascript.0.Anwesenheit.Daniel; wert=="true" ? "#41f316" : "red"}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/376331</link><guid isPermaLink="true">https://forum.iobroker.net/post/376331</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:58:21 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:55:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a> Wenn man es weiß <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--grin" style="height:23px;width:auto;vertical-align:middle" title=":grin:" alt="😁" /><br />
Ich habe da schon etliche verzweifeln sehen. "Meine Bedingung stimmt doch... Trotzdem zeigt er mir im Editor immer die falsche Farbe an..."<br />
Ist ja auch irgendwie logisch. Wenn das Binding selbst nicht im Editor abgearbeitet wird, wie soll dann die Bedingung funktionieren?</p>
]]></description><link>https://forum.iobroker.net/post/376330</link><guid isPermaLink="true">https://forum.iobroker.net/post/376330</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:55:55 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:53:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a> so lange es nur im Editor ist, aber in der VIS korrekt angezeigt wird, stört das nicht weiter</p>
]]></description><link>https://forum.iobroker.net/post/376329</link><guid isPermaLink="true">https://forum.iobroker.net/post/376329</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:53:18 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:52:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a> sagte in <a href="/post/376325">CSS Einstellungen werden nicht umgesetzt</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zahnheinrich" aria-label="Profile: zahnheinrich">@<bdi>zahnheinrich</bdi></a> also halten wir fest: das problem waren die fehlenden Anführungszeichen ??</p>
</blockquote>
<p dir="auto">Jepp, und die Farbe wird im Editor <em>immer</em> grün sein, da es das erste Farbstatement ist mit dem der Editor was anfangen kann. Wäre deine Logik invers und du hättest "rot" als ersten Wert, würde er es immer in rot anzeigen, selbst wenn deine Bedingung wahr/falsch oder sogar fehlerhaft wäre :)</p>
]]></description><link>https://forum.iobroker.net/post/376328</link><guid isPermaLink="true">https://forum.iobroker.net/post/376328</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:52:20 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:50:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a><br />
Ganz genau.</p>
]]></description><link>https://forum.iobroker.net/post/376326</link><guid isPermaLink="true">https://forum.iobroker.net/post/376326</guid><dc:creator><![CDATA[zahnheinrich]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:50:43 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:50:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zahnheinrich" aria-label="Profile: zahnheinrich">@<bdi>zahnheinrich</bdi></a> also halten wir fest: das problem waren die fehlenden Anführungszeichen ??</p>
]]></description><link>https://forum.iobroker.net/post/376325</link><guid isPermaLink="true">https://forum.iobroker.net/post/376325</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:50:01 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:48:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a><br />
Klar, aber siehe den post darüber von <a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a> .</p>
]]></description><link>https://forum.iobroker.net/post/376324</link><guid isPermaLink="true">https://forum.iobroker.net/post/376324</guid><dc:creator><![CDATA[zahnheinrich]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:48:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:47:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zahnheinrich" aria-label="Profile: zahnheinrich">@<bdi>zahnheinrich</bdi></a></p>
<p dir="auto"><img src="/assets/uploads/files/1581508054297-955938c3-1f4d-42af-8ecf-d423102f8969-image.png" alt="955938c3-1f4d-42af-8ecf-d423102f8969-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/376321</link><guid isPermaLink="true">https://forum.iobroker.net/post/376321</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:47:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:46:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oliverio" aria-label="Profile: OliverIO">@<bdi>OliverIO</bdi></a> sagte in <a href="/post/376279">CSS Einstellungen werden nicht umgesetzt</a>:</p>
<blockquote>
<p dir="auto">das ist relativ egal, da die aktuelle LogiK von Binding das immer in text umsetzt.</p>
</blockquote>
<p dir="auto">Dann kann aber IMHO  <em>wert==true</em> nicht funktionieren? und muss "true" sein ;)</p>
<p dir="auto">Beim Binding wird im Editor unabhängig vom Status immer der erste verwertbare Wert genommen, egal ob die Bedingung "true" oder "false" ist.</p>
]]></description><link>https://forum.iobroker.net/post/376319</link><guid isPermaLink="true">https://forum.iobroker.net/post/376319</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:46:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:45:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a><br />
Hab ich auch schon mal rumgesucht.<br />
So gehts dann.<br />
Scheint also doch kein "echtes" true zu sein, sondern ein Textstring.</p>
]]></description><link>https://forum.iobroker.net/post/376317</link><guid isPermaLink="true">https://forum.iobroker.net/post/376317</guid><dc:creator><![CDATA[zahnheinrich]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:45:03 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:43:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zahnheinrich" aria-label="Profile: zahnheinrich">@<bdi>zahnheinrich</bdi></a> habe es nochmal gestestet:</p>
<pre><code>{wert:javascript.0.Anwesenheit.Daniel; wert=="true" ? "#41f316" : "red"}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1581507753382-676ece59-b5ad-4163-a84a-cd4e8d019c88-image.png" alt="676ece59-b5ad-4163-a84a-cd4e8d019c88-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Meine Frau ist zu Hause, ich nicht.</p>
<p dir="auto">Sieht als gut aus. Scheint so als wenn true in Anführungszeichen muss</p>
]]></description><link>https://forum.iobroker.net/post/376316</link><guid isPermaLink="true">https://forum.iobroker.net/post/376316</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:40:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a><br />
So sollte es sein.<br />
Prüfe einfach mal auf false, versuche auch "false",<br />
mit Anführungszeichen.<br />
Probier auch wert == false mit Leerzeichen vor und hinter==</p>
]]></description><link>https://forum.iobroker.net/post/376311</link><guid isPermaLink="true">https://forum.iobroker.net/post/376311</guid><dc:creator><![CDATA[zahnheinrich]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:37:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zahnheinrich" aria-label="Profile: zahnheinrich">@<bdi>zahnheinrich</bdi></a> die erste Farbe wird angezeigt, wenn die Bedingung wahr ist richtig ?</p>
]]></description><link>https://forum.iobroker.net/post/376309</link><guid isPermaLink="true">https://forum.iobroker.net/post/376309</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:37:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:34:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a><br />
Könnte auch ein anderes Problem sein.<br />
In den Objekten ist dein "true" rot, also nicht bestätigt.<br />
In deiner CSS Einstellung deutet der grüne Untergrund darauf hin, dass der aktuelle Wert tatsächlich true ist.<br />
Vertausche mal die Bedingungen, um zu sehen, ob sich die Anzeige dann ändert</p>
]]></description><link>https://forum.iobroker.net/post/376305</link><guid isPermaLink="true">https://forum.iobroker.net/post/376305</guid><dc:creator><![CDATA[zahnheinrich]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:34:33 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 11:21:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a> es ist ein echter Boolean</p>
]]></description><link>https://forum.iobroker.net/post/376297</link><guid isPermaLink="true">https://forum.iobroker.net/post/376297</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 11:21:35 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 10:43:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sborg" aria-label="Profile: SBorg">@<bdi>SBorg</bdi></a> das ist relativ egal, da die aktuelle LogiK von Binding das immer in text umsetzt.<br />
ich habe da in Verbindung mit JSON-Daten einen Issue bei iobroker.vis eingestellt.<br />
Wenn das umgesetzt wird, dann kommen auch die echten Datentypen an.</p>
]]></description><link>https://forum.iobroker.net/post/376279</link><guid isPermaLink="true">https://forum.iobroker.net/post/376279</guid><dc:creator><![CDATA[OliverIO]]></dc:creator><pubDate>Wed, 12 Feb 2020 10:43:12 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 10:33:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a> Interessanter ist der Typ vom DP. Ist dein "true" vom JS nur Text oder ein "echter" Boolean?</p>
]]></description><link>https://forum.iobroker.net/post/376273</link><guid isPermaLink="true">https://forum.iobroker.net/post/376273</guid><dc:creator><![CDATA[SBorg]]></dc:creator><pubDate>Wed, 12 Feb 2020 10:33:54 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 10:25:05 GMT]]></title><description><![CDATA[<p dir="auto">@J-A-R-V-I-S habe das so von <a class="plugin-mentions-user plugin-mentions-a" href="/user/oli" aria-label="Profile: Oli">@<bdi>Oli</bdi></a> übernommen und auch in der VIS die Doppelpunkte gesetzt.</p>
<p dir="auto">Ich werde das mal eben korrigieren</p>
]]></description><link>https://forum.iobroker.net/post/376262</link><guid isPermaLink="true">https://forum.iobroker.net/post/376262</guid><dc:creator><![CDATA[Kuddel]]></dc:creator><pubDate>Wed, 12 Feb 2020 10:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] CSS Einstellungen werden nicht umgesetzt on Wed, 12 Feb 2020 10:11:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuddel" aria-label="Profile: Kuddel">@<bdi>Kuddel</bdi></a> es bedarf auch keiner zwei Doppelpunkte.</p>
<pre><code class="language-js">{wert:javascript.0.Anwesenheit.Jenny; wert==true ? "#41f316" : "red"} 
</code></pre>
<p dir="auto">Hast du es nur im Editor oder auch in der Visualisierung?</p>
]]></description><link>https://forum.iobroker.net/post/376250</link><guid isPermaLink="true">https://forum.iobroker.net/post/376250</guid><dc:creator><![CDATA[J.A.R.V.I.S.]]></dc:creator><pubDate>Wed, 12 Feb 2020 10:11:45 GMT</pubDate></item></channel></rss>