Moin
Ich hab mal wieder ein Verständnisproblem.
Ich würde gerne je eine Gruppenadresse mit Tag und Nacht beschreiben
Irgendwie klemmt es.
Gruß Herbert
<rule id="Tag">
<condition type="timer" trigger="true">
<at type="sunrise" offset="0" wdays="1234567"/>
<until type="sunset" wdays="1234567" offset="0"/>
</condition>
<actionlist>
<action type="set-value" id="Tag" value="on"/>
</actionlist>
<actionlist type="on-false">
<action type="set-value" id="Tag" value="off"/>
</actionlist>
</rule>
<rule id="Nacht">
<condition type="timer" trigger="true">
<at type="sunset" offset="0" wdays="1234567"/>
<until type="sunrise" wdays="1234567" offset="0"/>
</condition>
<actionlist>
<action type="set-value" id="Nacht" value="on"/>
</actionlist>
<actionlist type="on-false">
<action type="set-value" id="Nacht" value="off"/>
</actionlist>
</rule>
Ich hab mal wieder ein Verständnisproblem.
Ich würde gerne je eine Gruppenadresse mit Tag und Nacht beschreiben
Irgendwie klemmt es.
Gruß Herbert
<rule id="Tag">
<condition type="timer" trigger="true">
<at type="sunrise" offset="0" wdays="1234567"/>
<until type="sunset" wdays="1234567" offset="0"/>
</condition>
<actionlist>
<action type="set-value" id="Tag" value="on"/>
</actionlist>
<actionlist type="on-false">
<action type="set-value" id="Tag" value="off"/>
</actionlist>
</rule>
<rule id="Nacht">
<condition type="timer" trigger="true">
<at type="sunset" offset="0" wdays="1234567"/>
<until type="sunrise" wdays="1234567" offset="0"/>
</condition>
<actionlist>
<action type="set-value" id="Nacht" value="on"/>
</actionlist>
<actionlist type="on-false">
<action type="set-value" id="Nacht" value="off"/>
</actionlist>
</rule>
Kommentar