Overview

The INLINEEVENT works in the same way as the IF Command, the first node must connect to a BOOL data type, the second node to any datatype, which is usually another Tag command such as write or RUNMETHOD.

The INLINEEVENT is used to launch an action only if the event defined on the BOOL data type is true, such as when a message is sent through MQTT and certain values need to be set depending what the message value is.

Example