Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mos:writelog [2024/09/18 01:37]
optrix
mos:writelog [2024/09/18 01:40] (current)
optrix
Line 39: Line 39:
  
 This shifts both the start and end times of the event by the given number of seconds. This shifts both the start and end times of the event by the given number of seconds.
 +
 +<code python>
 +#Creates a 30 minute log entry, ending an hour ago.
 +oe.WriteLog("System Stopped",30*60,60*60)
 +</code>
  
 ==Options== ==Options==