BR: broadcast receiver (get variables from third parties, es Tasker)
Syntax
br(source, var)Arguments
- source: Source name, eg tasker or zooper
- var: Variable name, if the variable contains a formula the formula will be parsed
Examples
Formula | Description |
---|---|
$br(kwgt, FOOBAR)$ | Will write the value of variable FOOBAR sent from Kustom Widget Flow |
$br(tasker, FOOBAR)$ | Will write the value of variable FOOBAR sent from Tasker action plugin |
$br(zooper, FOOBAR)$ | Will write the value of variable FOOBAR sent to Zooper from Tasker or third party plugins (equivalent in Zooper would be #TFOOBAR#) |
$br(remote, FOOBAR)$ | Will write the value of variable FOOBAR sent to Kustom via remote message (see remote token in advanced settings) |