Documentation
QrCode
Require: IP-Symcon >= 7.0
Creates a QR Code.
parameter
parameter | description |
---|---|
caption (optional) | (default: "") visible caption |
center (optional) | (default: false) If true the QR Code is displayed in the middle, otherwise left-aligned |
description | (default: true) If true, the text contained in the QR Code will be displayed below it |
name (optional) | name of the QR Code/property to set |
source | The string encoded in the QR Code |
type | QrCode |
visible (optional) | (default: true) If true the QR Code is visible, otherwise it is invisible |
example
{ "type": "QrCode", "name": "Example", "caption": "Example text", "source": "An example text" }