GateStatus capability message in XML format
<GateStatus version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <busSync opt="Normal,DropArmPoorSyn,BusCommFailed" ><!--required, xs:string, BUS synchronization status: "Normal"-normal, "DropArmPoorSyn"-poor barriers synchronization, "BusCommFailed"-BUS communication failed--></busSync> <inDoorPassCount min="0" max="0xffffffff" ><!--required, xs:integer, IR people counting (entrance), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></inDoorPassCount> <inDoorAuthCount min="0" max="0xffffffff" ><!--required, xs:integer, people counting by authenticated times (entrance), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></inDoorAuthCount> <outDoorPassCount min="0" max="0xffffffff" ><!--required, xs:integer, IR people counting (exit), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></outDoorPassCount> <outDoorAuthCount min="0" max="0xffffffff" ><!--required, xs:integer, people counting by authenticated times (exit), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></outDoorAuthCount> <remoteControlRecvModule opt="Normal,Abnormal" ><!--required, xs:string, keyfob receiving module status: "Normal"-normal, "Abnormal"-communication failed or the module is not installed--></remoteControlRecvModule> <caseTempUnit opt="Centigrade,Fahrenheit" ><!--required, xs:string, pedestal temperature unit to be displayed: "Centigrade"-Centigrade (°C), "Fahrenheit"-Fahrenheit (°F)--></caseTempUnit> <currentInDoorMode opt="Controlled,Forbid,Free" ><!--required, xs:string, current passing mode (entrance): "Controlled"-controlled, "Forbid"-prohibited, "Free"-free--></currentInDoorMode> <currentOutDoorMode opt="Controlled,Forbid,Free" ><!--required, xs:string, current passing mode (exit): "Controlled"-controlled, "Forbid"-prohibited, "Free"-free--></currentOutDoorMode> <powerSupplyMode opt="ACPower,Battery" ><!--required, xs:string, device power supply mode: "ACPower"-by AC power supply, "Battery"-by storage battery power supply--></powerSupplyMode> </GateStatus>