Fixed some bugs in the server and enhanced parsing of boolean conditions-expression. When i implemented bool patterns for conditions association, i used perl the evaluate the bool expression to a result...well...if you had an action that has no input conditions but time-conditions, the action was checked in every thread-cycle. Well, i found out that calling perl via system command with a delay...
Here we go...changes:
- Refactored event-system: events now consists of actions, input conditions and output conditions. Conditions can be combined by boolean expressions (!!!!!!)
- separate event-section for adding, removing and editing events in the web-interface
- WinRemote Plugin (simple Wrapper, the client-side WinApp will follow within the next days, it's already working but needs a little...