Hello All,
Is there is any way as How to receive value from Web Interface?
For example, I have a web based software from where I want to set a Timer for 5 minutes.
Like for 5 minutes the light will be ON after that the Light will be OFF.
Now How can I provide the value to
.
Here I want to set a variable which will take the input from web based software and replace the value of 3000 Milisecs.
How Do I achieve this? Please advice.
Thanks-
Pokhraj Das
Is there is any way as How to receive value from Web Interface?
For example, I have a web based software from where I want to set a Timer for 5 minutes.
Like for 5 minutes the light will be ON after that the Light will be OFF.
Now How can I provide the value to
B4X:
timer1.Initialize("timer1_Tick",3000)
Here I want to set a variable which will take the input from web based software and replace the value of 3000 Milisecs.
How Do I achieve this? Please advice.
Thanks-
Pokhraj Das