Hallo,
ich möchte wenn ein Objekt den Wert 1 hat eine Actionlist ausführen. Bekomm das aber irgendwie nicht hin.
Ich hab da leider kein Beispiel gefunden im Wiki vom linknx. Nur eins für object-compare und hab das versucht davon abzuleiten.
Kann mir jemand sagen wo mein Fehler ist?
Danke
Gruß
Jörg
ich möchte wenn ein Objekt den Wert 1 hat eine Actionlist ausführen. Bekomm das aber irgendwie nicht hin.
<rule id="TaupunktSteuerung">
<condition type="object" id="taupunkt_st" value="1" op="eq""/>
</condition>
<actionlist type="if-true">
<action type="set-value" id="luefter" value="1"/>
<action type="set-value" id="garage_fenster_oeffner" value="1"/>
</actionlist>
</rule>
<condition type="object" id="taupunkt_st" value="1" op="eq""/>
</condition>
<actionlist type="if-true">
<action type="set-value" id="luefter" value="1"/>
<action type="set-value" id="garage_fenster_oeffner" value="1"/>
</actionlist>
</rule>
Kann mir jemand sagen wo mein Fehler ist?
Danke
Gruß
Jörg
Kommentar