Custom events are especially interesting for users who connect to the server and gives the possibility to define an event identifier which are usable
in automation rules. These events are passed to the server using JSON-RPC on any JSON-RPC supported endpoint (http, websockets and raw sockets).
Please consider this: You can not use a custom event in an else rule! An event is an one shot happening which follows a true/false scheme. This means
that if you would use it within an if(event){ dothis; } else { dothat; } it will first do "dothis;" when it is true and follows immediately with executing "dothat;" because it turns false after it has been true.
Name | Description | Last occurrence | Last occurrence reason | Action |
---|