Hourly operating range for an eedomus rule
A clever method to set a time condition in an eedomus rule without, or in parallele, to eedomus integrated calendar.
It takes use of a very small php script :
<?php
#
#
#set_value
sdk_header('text/xml');
echo "<root>";
echo "<time>";
echo "<heure>".date('G').date('i')."</heure>";
echo "</time>";
echo "</root>";
?>
More information in the french original post, follow the link !
1 Response
[…] Plage horaire de fonctionnement pour une règle eedomus : VR Digital World […]