doorMonitorApp testing
This commit is contained in:
Родитель
33b27cc135
Коммит
814e5aba03
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче