Advertisement
CodeCrafter

HUE uit

Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2.  
  3. <body onload="Off('PUT')">
  4.  
  5. </body>
  6.  
  7.  
  8. <script language="JavaScript">
  9.  
  10. function off(command)
  11. {
  12. var http = new XMLHttpRequest();
  13. http.open(command, "http://192.168.1.190/api/SUsc-E6wbcfoFbd7TLTOFTRB3hTny2pHTilHJhXe/groups/0/action", true);
  14. http.send('{"on":off}');
  15. }
  16. </script>
  17.  
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement