String driver

Domotcl driver for string variables

String type

A string is similar to a variable. But instead of only numbers, it can store any string value.

Properties

value
The current content of the device.

Events

value
Fires whenever the value changes.

Commands

clear
Set the device value to the empty string.
newline
Append a newline to the string
set str
Set the device value to the specified string.
append str
Append the specified string the the end of the string.
timestamp fmt
Set the device value to the current time, formatted according to the specified time format.