This commit is contained in:
raluca-elena 2014-08-18 14:28:29 -07:00
Родитель 33b27cc135
Коммит 814e5aba03
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -14,7 +14,7 @@ function app(){
text: 'OpenDoor',
click: function () {
console.log('hi');
writeTag("openButton", "open", function (data) {
ROT.writeTag("openButton", "open", function (data) {
console.log("received this data as feedback from openButton", data);
});
}

Просмотреть файл

@ -14,7 +14,7 @@
</script>
<script src="apps/doorMonitorApp.js">
</script>
<!--<div style="display: inline-flex;">
<div style="display: inline-flex;">
<div>
<img id = "myPic" style="float:left;margin: 10px 10px;" src="cam.jpg" width="520" height="480" />
</div>
@ -23,7 +23,7 @@
<input type="text" class="form-control" placeholder="write something">
</div>
<button type="submit" class="btn btn-danger">ToSpeech</button>
</form>
</div>-->
</form>-->
</div>
</body>
</html>