vplt level fix
This commit is contained in:
parent
c1f9c5a75f
commit
fcc98b8f8a
@ -37,7 +37,7 @@ ai.on(Tinkerforge.BrickletAnalogInV2.CALLBACK_VOLTAGE,
|
|||||||
var v = voltage/1000.0;
|
var v = voltage/1000.0;
|
||||||
console.log('Voltage: ' + v + ' V');
|
console.log('Voltage: ' + v + ' V');
|
||||||
|
|
||||||
if(v > 1) {
|
if(v > 3) {
|
||||||
if(readyForNextNotification) {
|
if(readyForNextNotification) {
|
||||||
radicalChange = true;
|
radicalChange = true;
|
||||||
readyForNextNotification = false;
|
readyForNextNotification = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user