-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotontest3rainbow.html
45 lines (43 loc) · 1.36 KB
/
photontest3rainbow.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!--accessToken = "7930f1e841fb689a7c6cf79e7bd43f697367d72c";
deviceID = "360023001747343338333633";-->
<!-- Replace your-device-ID-goes-here with your actual device ID
and replace your-access-token-goes-here with your actual access token-->
<!DOCTYPE>
<html>
<body>
<center>
<br>
<br>
<br>
<form action="https://api.particle.io/v1/devices/360023001747343338333633/set_color?access_token=7930f1e841fb689a7c6cf79e7bd43f697367d72c" method="POST">
<h1>
GIRLS CLUB PHOTON WiFi LED CONTROLLER!<br>
Make a choice and then hit the "Do it!" button.<br>
</h1>
<br>
<h2>
<input type="radio" name="args" value="red">Make them red.
<br>
<input type="radio" name="args" value="redwipe">Make them wipe red.
<br>
<input type="radio" name="args" value="blue">Make them blue.
<br>
<input type="radio" name="args" value="bluewipe">Make them wipe blue.
<br>
<input type="radio" name="args" value="green">Make them green.
<br>
<input type="radio" name="args" value="greenwipe">Make them wipe green.
<br>
<input type="radio" name="args" value="clear">Clear the colors.
<br>
<input type="radio" name="args" value="rainbow">Make a rainbow!.
<br>
<input type="radio" name="args" value="rainbowcycle">Make a rainbow cycle!.
<br>
<br>
<input type="submit" value="Do it!">
</h2>
</form>
</center>
</body>
</html>