<?xml version="1.0" encoding="utf-8" ?>
<product make="Custom" model="unsolicited Incomming Message" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="shell.xsd" creator="true" creator_ver="2" >
	<info>
		<authors/>
		<version>1.4</version>
		<description/>
	</info>
	<hardware group="custom" >
		<ports>
			<port type="ethernet" />
		</ports>
	</hardware>
	<protocols>
		<protocol name="UDP" >
			<ports>
				<port type="ethernet" >
					<port_options>
						<port_option ip_address="192.168.000.254" eport="10000" esport="0" etype="udp" />
					</port_options>
				</port>
			</ports>
			<setup_messages/>
			<commands>
				<command name="Unsolicited Incomming Value" variation="" retries="0" timeout="30" poll_rate="0" hidden="true" unsolicited="true" >
					<description>Will parse the message and set the variable to a value</description>
					<params/>
					<messages>
						<message incoming="true" regexp_format="playfile([0-9]{1,1})" >
							<!-- ***b64***cGxheWZpbGUx -->
							<params>
								<param name="Incomming_Valuetemp" >
									<!-- ***b64***KFswLTldezEsMX0p -->
								</param>
							</params>
							<operations>
								<operation device_var="true" name="Incomming_Value" result="atoi(Incomming_Valuetemp)" />
							</operations>
							<substrings>
								<substring result="playfile" name="00Constant" />
								<substring device_var="true" name="Incomming_Value" result="atoi(Incomming_Valuetemp)" />
							</substrings>
						</message>
					</messages>
				</command>
			</commands>
			<variables>
				<var name="Error" list="" init="" >
					<!-- ***b64***U2V0IHRvIHRydWUgd2hlbiBhIGNvbW1hbmQgZmFpbHMgdG8gZ2V0IGEgY29ycmVjdCByZXNw
b25zZS4= -->
					<lvs/>
					<rules>
						<bool/>
					</rules>
				</var>
				<var name="Incomming_Value" init="" list="" >
					<!-- ***b64***VGhlIHZhbHVlIHJlY2VpdmVkIGJ5IHRoZSBjb250cm9sbGVy -->
					<lvs/>
					<rules>
						<integer/>
					</rules>
				</var>
			</variables>
		</protocol>
	</protocols>
</product>
