Table of Contents

Notification Targets

Within the CFLink Protocol, certain devices have the ability to send out unsolicited notifications based on events relating to their physical ports. For example, a SW16 can send CHA notifications when any of it's dry contact inputs change state. Or a CF Mini can send SPR notifications when incoming data is read from the on-board serial port.

These notifications by default are broadcast to all devices on the CFLink bus via the CFLink target ID of FF (See Broadcast ID for more information)

But in some cases you might want to target these notifications to only be sent to specific devices on the CFLink network, rather than broadcast to all devices. Reasons include increasing bus efficiency (less traffic on the bus), rule triggering, ensuring notification receipt (Broadcast messages cannot be guaranteed receipt by everyone on larger/busy networks).

All devices that send notifications can be configured to send to up to 5 unique CFLink IDs directly (including Broadcast ID), via the TGT command.

Notification Types per Device

Configuring Notification Targets

For more details on how to configure the notification targets for a specific notification type, please see the notifications section of the common protocol documentation.