UnPanic() - The UnPanic Function

This function is used to take an area out of panic mode and return it to the previous state.
Panic mode disables sensors and user interfaces while putting load controllers into their panic preset. (Preset 65534, Defaulted to 100%)
This is the opposite of the Panic() command.

Make sure that a unpanic button/switch has "enable when panel disabled" checked or the unpanic won’t be able to send.

Syntax

UnPanic(A=x,F=x,J=x)

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

  • "F" is the fade time in seconds (0-1310)- Default is 0.2 seconds

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

Using a baselink can be a good choice for Panic/Unpanic commands.

Examples

{
Unpanic(A=2)   //Ends Panic mode for all of Area 2.  Returning them to their previous state.

Unpanic(A=0)   //Removes all devices from panic mode for all areas. Requires Area Zero transmit to be enabled in the device.
}