Skip to content
Snippets Groups Projects
Commit 12c67b58 authored by alfredo's avatar alfredo
Browse files

dimenticato tonda

parent dc596006
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Sensori {
}
sensore = Sensori.sensoriDisponibiliIn.splice(index, 1)[0];
Sensori.sensoriBucketIn.push(sensore);
} else if(nome.startsWith("OUT") {
} else if(nome.startsWith("OUT")) {
const index = Sensori.sensoriDisponibiliOut.findIndex(s => s.nome === nome);
if (index === -1) {
// Sensori.liberaSensore(nome);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment