:signOops:, I looked everywhere and I find nothing to help me
1) have one button two position
2) Type : button
3) and one XML file to one apache server ex: 192.168.1.2/device.xml
<?xml version="1.0" encoding="utf-8"?>
<devices>
<switch>
<switch_1>0</switch_1>
</switch>
My Question
I want the application check my xml and if :
switch_1 = 1 the button is ON
switch_1 = 0 the button is OFF
if i clic to my button and change ON/OFF
i save in the xml file the new valeur 0 or 1
:sign0013: if I'm not in the right category, I seek an indication for setting this up.
thank you
1) have one button two position


2) Type : button

3) and one XML file to one apache server ex: 192.168.1.2/device.xml
<?xml version="1.0" encoding="utf-8"?>
<devices>
<switch>
<switch_1>0</switch_1>
</switch>
My Question
I want the application check my xml and if :
switch_1 = 1 the button is ON
switch_1 = 0 the button is OFF
if i clic to my button and change ON/OFF
i save in the xml file the new valeur 0 or 1
:sign0013: if I'm not in the right category, I seek an indication for setting this up.
thank you