« Back to Product

Documentation

BN_SetNotifyLevel

Require: IP-Symcon >= 5.1

 boolean BN_SetNotifyLevel (int $InstanceID, int $Level) 

Parameters

InstanceID

ID of the Instance

Level

Notification module level

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Switches the notification module to the specified level. The actions of the new level are executed directly. Actions of skipped stages are NOT executed.

Example

BN_SetNotifyLevel(12345, 2);
Any questions?