Write to Log
Write to log can write to the log every time there is a true to write.
It is possible to use variables to get values into the log by, for example, using {temperature} or something else entirely. This allows you to get variable data directly into the log. You can also write a static message, and every time the node goes true, that message will appear in the log.
Remember to create a log at the top under logs. (See our log information for more on this)

Write to Log with Interval
Write to log with interval can be used to write data to the log at a specific interval.
By default, someone has no attributes, so you need to use variables to get your data in.
For example, you can create a variable called {Temperature} and set the interval to 1 minute. Then it will write the current temperature to the log every minute.
Remember to create a log at the top under logs. (See our log information for more on this)

Write to Log with Cooldown
This node is used in the same way as our standard write to log. The difference is that a cooldown can be set. A cooldown can be used so that it does not write the value every time it changes. For example, if it changes 2 times within a minute, but you only want it to post once a minute, you can set your cooldown to one minute. Therefore, it must wait a minute before it can write to the log again.
Like our other log modules, it can be used with variables.
