Explorar el Código

Blinker

master
Massimo hace 4 años
padre
commit
9de6b468ef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      boolean-logic-ultimate/BlinkerUltimate.html

+ 2
- 2
boolean-logic-ultimate/BlinkerUltimate.html Ver fichero

@@ -7,7 +7,7 @@
value: "Blinker"
},
blinkfrequency: {
value: "500"
value: 500
}
},
inputs:1,
@@ -31,7 +31,7 @@
<div class="form-row">
<label for="node-input-blinkfrequency"><i class="fa fa-clock-o"></i> Blink every (in milliseconds)</label>
<input type="text" id="node-input-triggertopic" placeholder="Name">
<input type="text" id="node-input-blinkfrequency" placeholder="Example: 500">
</div>
</script>


Cargando…
Cancelar
Guardar