TextPad Documentation

Note: The documentation always refers to the latest version of the plugin

The TextPad plugin lets an incomming signal of any kind to send a predefined text message on the corresponding output. The text message can be formated using keywords inside brackets. Take note that the data keyword is dependent upon the precens of incomming data. If incomming data is a trigger, the data keyword will produce an empty string.

[date] Current date in the format of year-month-day, ie “2016-04-26”.
[time] Current time in 24 hours format, ie “21:03”.
[random] A random generated hash/guid, ie “c2fefc7805154ac3bbde4e8479aa9fcd”.
[data] The data received by the Data input connector.

Examples of using brackets

Using the data keyword can be nice if you want to embed information in the text, maybe a weather corecast status that is sent to one of the inputs:

“Good morning sir, its [data] today”

would in this example output something like:

“Good morning sir, its raining today”

Plugin Connectors

Connector Type Description
Input 1 input, string Input 1 to set of text 1
Input 2 input, string Input 2 to set of text 2
Input 3 input, string Input 3 to set of text 3
Input 4 input, string Input 4 to set of text 4
Input 5 input, string Input 5 to set of text 5
Input 6 input, string Input 6 to set of text 6
Input 7 input, string Input 7 to set of text 7
Input 8 input, string Input 8 to set of text 8
Input 9 input, string Input 9 to set of text 9
Input 10 input, string Input 10 to set of text 10
Text 1 output, string Text 1 to be sent when input 1 is activated
Text 2 output, string Text 2 to be sent when input 2 is activated
Text 3 output, string Text 3 to be sent when input 3 is activated
Text 4 output, string Text 4 to be sent when input 4 is activated
Text 5 output, string Text 5 to be sent when input 5 is activated
Text 6 output, string Text 6 to be sent when input 6 is activated
Text 7 output, string Text 7 to be sent when input 7 is activated
Text 8 output, string Text 8 to be sent when input 8 is activated
Text 9 output, string Text 9 to be sent when input 9 is activated
Text 10 output, string Text 10 to be sent when input 10 is activated

Plugin Settings

Setting Valuetype Description
Text 1 text This is the text that will be sent when input 1 is activated
Text 2 text This is the text that will be sent when input 2 is activated
Text 3 text This is the text that will be sent when input 3 is activated
Text 4 text This is the text that will be sent when input 4 is activated
Text 5 text This is the text that will be sent when input 5 is activated
Text 6 text This is the text that will be sent when input 6 is activated
Text 7 text This is the text that will be sent when input 7 is activated
Text 8 text This is the text that will be sent when input 8 is activated
Text 9 text This is the text that will be sent when input 9 is activated
Text 10 text This is the text that will be sent when input 10 is activated
Share This