This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, I am trying to practice building a simple web page with a button that, when clicked, puts a value of 255 to one of my datastreams. Can anyone indicate/edit this code to point out what is wrong with it: | |
//<!DOCTYPE html> | |
//<html> | |
//<head> | |
<script> | |
xively.setKey( "MYKEY" ); | |
function myFunction() |