
/**
 * Template
 */

//Connectivity
$PFAL,CNF.Set,GPRS.APN=${APN}
$PFAL,CNF.Set,GPRS.AUTOSTART=${GPRSAutostart} //GPRS Autostart. 0 or 1.
$PFAL,CNF.Set,GSM.MNOPROF=${MNO} //compliant to the requirements of various Mobile Network Operators.
$PFAL,CNF.Set,GSM.MODEPREF=${Network} // Explanation of different <Network> settings can be found in the PFAL Document

//TCP Servers and ports
$PFAL,CNF.Set,TCP.CLIENT.CONNECT=${firstTCPserverIP_DNS,PORT}
$PFAL,CNF.Set,TCP.CLIENT2.CONNECT=${mainTCPserverIP_DNS,PORT}
$PFAL,CNF.Set,TCP.CLIENT.SENDMODE=${Send_Mode_1_Value}
$PFAL,CNF.Set,TCP.CLIENT2.SENDMODE=${Send_Mode_2_Value}

//Enables server login for the first server
$PFAL,CNF.Set,TCP.CLIENT.LOGIN=${LoginFirstServer}
$PFAL,CNF.Set,TCP.CLIENT.PING=${PingFirstServer}
$PFAL,CNF.Set,TCP.CLIENT.TIMEOUT=${TimeoutFirstServer}
//Enables server login for the 2nd server
$PFAL,CNF.Set,TCP.CLIENT2.LOGIN=${LoginSecondServer}
$PFAL,CNF.Set,TCP.CLIENT2.PING=${PingSecondServer}
$PFAL,CNF.Set,TCP.CLIENT2.TIMEOUT=${TimeoutSecondServer}
//percepxion
$PFAL,CNF.Set,PX.CLIENT.CONNECT=${ConnectToPerception} 
$PFAL,CNF.Set,PX.CLIENT.CONNECT=${PerceptionForEmployees} //internal percepxion for development (not for customers)
$PFAL,CNF.Set,PX.CLIENT.CONTENT_CHECK_INTERVAL=${CONTENT_CHECK_INTERVAL_Value}
$PFAL,CNF.Set,PX.CLIENT.STATUS_UPDATE_INTERVAL=${STATUS_UPDATE_INTERVAL_Value}

//Power modes
$PFAL,Sys.Device.Sleep=${IGN}
$PFAL,Sys.Device.Sleep=${RING}
$PFAL,Sys.Device.Sleep=${ExtPwrDetect}
$PFAL,Sys.Device.Sleep=${ExtPwrDrop}
$PFAL,Sys.Device.Sleep=Motion=${Motion_Value}
$PFAL,Sys.Device.Sleep=Timer=${Timer_Date}
$PFAL,Sys.Device.Sleep=Wakeup=${Wakeup_Date}
$PFAL,Sys.Device.Sleep=LowBat=${LowBat_Value}






