Hourly operating range for an eedomus rule

heures_regles_eedomusA 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 !

Vincent Recipon

Propriétaire de ce blog. Owner of this blog.

You may also like...

1 Response

  1. Sunday December 6th, 2015

    […] Plage horaire de fonctionnement pour une règle eedomus : VR Digital World […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.