<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <configuration> <!-- Declare devices, aliases from .dmap file --> <variable name="devices" type="string"> <value i="0" v="APPUIO"/> </variable> <!-- Declare timers for auto refresh --> <variable name="periodicTimers" type="string"> <value i="0" v="secTimer"/> </variable> <!-- msTimer tick every second --> <module name="secTimer"> <variable name="period" type="uint32" value="1000" /> </module> <!-- Configure device --> <module name="APPUIO"> <variable name="triggerPath" type="string" value="/manual/trigger" /> <variable name="pathInDevice" type="string" value="" /> <variable name="initScript" type="string" value="" /> </module> </configuration>