This commit is contained in:
Koen Kanters
2019-09-30 21:16:00 +02:00
parent ebd0415945
commit fc3a826f50
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class Zigbee extends events.EventEmitter {
// Check if we have to turn off the led
if (settings.get().serial.disable_led) {
this.herdsman.disableLED();
this.herdsman.setLED(false);
}
}