-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHtml page code
More file actions
30 lines (28 loc) · 821 Bytes
/
Copy pathHtml page code
File metadata and controls
30 lines (28 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE>
<html>
<body>
<center>
<br>
<br>
<br>
<form action="https://api.particle.io/v1/devices/e00fce680bbfa07559164bf6/covidtest?access_token=2dd5c62a9dc511ac7a3f06708aa1ff8c8de3f411" method="POST">
Calling a function online for the Blue LED<br>
<br>
<input type="checkbox" name="arg" value="on">Turn the Blue LED on.
<br>
<br>
<br>
<input type="submit" value="Do it!">
</form>
<form action="https://api.particle.io/v1/devices/e00fce680bbfa07559164bf6/Red?access_token=2dd5c62a9dc511ac7a3f06708aa1ff8c8de3f411" method="POST">
Calling a function online for the Red LED<br>
<br>
<input type="checkbox" name="arg" value="on">Turn the Red LED on.
<br>
<br>
<br>
<input type="submit" value="Do it!">
</form>
</center>
</body>
</html>