changed app
This commit is contained in:
Родитель
e5f313cf6b
Коммит
8f8f83dad6
|
@ -36,7 +36,9 @@ function change(text) {
|
|||
|
||||
function monitorGarageDoor() {
|
||||
ROT.readTag('light', function(data){
|
||||
if (parseInt(data) > 900){
|
||||
console.log("--------------------///////", parseInt(data));
|
||||
if (parseInt(data) > 400){
|
||||
console.log("data is : ", parseInt(data));
|
||||
change("CloseDoor");
|
||||
alert("GARAGE OPEN!");
|
||||
} else {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script src="lib/superagent.js"></script>
|
||||
<script src="lib/rot.js">
|
||||
</script>
|
||||
<script src="apps/droneApp.js">
|
||||
<script src="apps/garageMonitorApp.js">
|
||||
</script>
|
||||
<!--<div style="display: inline-flex;">
|
||||
<div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче