PESuspend() - The Disable Light Control Function

This function is used to disable light control for all sensors in an area.
This is the opposite of the PEResume() command.

Syntax

PEResume(A=x,C=x,J=x)

Parameters
  • "A" is the area number (0-255) - Default of 1

  • "C" is the channel (0-255) - 0 = All Channels; Default is 0 (All channels)

  • "J" is the join level (0x00-0xFF) - Default is 0xFF

Examples

{
PESuspend(A=2)      //Disables light detection for all sensors in Area 2 regardless of channel for all presets.

PESuspend(A=4,C=2)  //Disables light detection for all sensors in Area 4 channel 2 for all presets.
}