   .

1 :
	 - http://192.168.15.68/info
	  - 
	<?xml version="1.0" encoding="windows-1251" ?> 
	<sl>
  		<hardware ver="01.08.08" type="1" sensors="8" switches="8" timers="0" /> 
  		<net ip="192.168.15.68" mac="00-04-A3-00-00-13" mask="255.255.255.0" gate="192.168.15.200" tcp_port="80" sentype="0" seninv="0" flag="0" name="sl_ch" /> 
  	</sl>
2 :
	 - http://*.*.*.*/config.xml

	 - (  xml)
	<?xml version="1.0" encoding="windows-1251" ?> 
	<sl>
  		<software ver="01.01.01 (2008/04/15 11:32:12)" /> 
  		<net ip="192.168.15.68" mac="00-04-A3-00-00-13" mask="255.255.255.0" gate="192.168.15.200" tcp_port="80" sentype="0" seninv="0" flag="0" name="sl_ch" admin="administrator:speclab" user=":" flags="0" /> 
	</sl>

   .

1 :
	   
	 - http://192.168.15.68/get?sensor=all
	 - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
		<sl>
  			<sensor all="11111111" />   (  ) 
  		</sl>
	   
	 - http://192.168.15.68/get?sensor=1 ( 1 -    1  8)
	 - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<sensor s1="1" /> 
  		</sl>
2  :
	   
	 - http://192.168.15.68/sensors.xml
	  - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<sensors state="11111111" /> 
  		</sl>

   .

1 :
	   
	 - http://192.168.15.68/get?switch=all
	 - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
		<sl>
  			<switch all="11111111" /> 
  		</sl>
	   
	 - http://192.168.15.68/get?switch=1 ( 1 -    1  8)
	 - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<switch sw1="1" /> 
  		</sl>
2  :
	   
	 - http://192.168.15.68/switches.xml
	  - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			 <switches state="00000000" />
  		</sl>

   :

1  ( GET)
	   
	 - http://192.168.15.68/set?switch=1&state=0 ( switch=1 -   , state=0 -       0- , 1-)
	  - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<switch sw1="0" /> 
  		</sl>
	   
	 - http://192.168.15.68/set?switch=all&state=00000001&mask=00000001 ( state=00000001       ,. mask=00000001 -    1  )
	 - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<switch all="00000001" /> 
  		</sl>
       
	
	 - http://192.168.15.68/start&time=2 (time=2 (   1 - 9 ) ,     ,   ,   (    http://192.168.15.68/start)    5 )
	 (multipart) -
	<?xml version="1.0" encoding="windows-1251" ?>
	<sl>
		<sensors all="11111111"/>
		<switches all="00000001"/>
	</sl>

  (  - )
	 - http://192.168.10.189/set?switch=1&trigger=1&time=2
	  - 
  		<?xml version="1.0" encoding="windows-1251" ?> 
 		<sl>
  			<switch sw1="0" /> 
  		</sl>
