@notification::setAllowDuplicated

This method allows duplicates to be generated within the notification process so the same Device can be notified multiple times.

Syntax:

@notification::setAllowDuplicated(boolean allowDuplicate)

Parameters:

(Boolean) allowDuplicate: true if duplicates are allowed, else false.

Returns:

None

Example: