FW.uplink
FW.uplink(layoutId, delayInSec, opts)
Uplinks a message to the current FWOT.
LayoutId
is the ID of the layout that you want to uplink. The layout is uplinkable if it specifies a uplink-template in the admin area. The uplink-template may support some options that can be passed as third argumentdelayInSec
is the number of seconds WILCO have to wait before actually sending the messageopts
is an array of strings. each string has the formatkey:value
. there are some predefined keystieback
: is often used in the templates to use the tieback feature of the ACMSrecipient
: you can force the network that will send the message to the A/C (likeDDLXCXA
,QXSXMXS
...)

//uplink the layout 686787 in 20 seconds with the option tieback set to HKG5MN
FW.uplink(686787, 20, ['tieback:HKG5MN']);
Last updated
Was this helpful?