************************** pir2globals.txt (text) ************************** by D@CC on 2022Jan01 from pir2main.py pir2A.g_isAddingNewLine=True pir2A.g_lastRecId=-1 # room where PiR2 is located pir2A.g_piAreaStr="eShop" #default # SerialNumber of Raspberry Pi processor pir2A.g_piSN_Str="SN" # suppress for now # refresh interval (in seconds) pir2A.g_displayInterval=10 # 10 seconds # Simulate is for non-Raspberry python pir2A.g_isSimulating=False # True for non-Raspberry python systems # False for Raspberry Pi python systems # with a PiR2 controller # write most recent values to Log pir2A.g_nextTopOfHour=0 # at top of each hour pir2A.g_numPrevValuesToDisplay=24 pir2A.g_prevValueArray=[] pir2A.g_prevValueArray.extend("noValue" for _ in range(pir2A.g_numPrevValuesToDisplay)) # now test if this is python version 3 pir2A.g_isPythonVersion3Str="True" /pir2globals.txt