22 lines
634 B
HTML
22 lines
634 B
HTML
|
<!-- 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/400021000747343337373738/lightning?access_token=5b3dd71af422f403693b305955cd765de6680700" method="POST">
|
||
|
Tell your device what to do!<br>
|
||
|
<br>
|
||
|
<input type="radio" name="args" value="f">Trigger lightning.
|
||
|
<br>
|
||
|
<input type="radio" name="args" value="g">Trigger nothing.
|
||
|
<br>
|
||
|
<br>
|
||
|
<input type="submit" value="Do it!">
|
||
|
</form>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|