From bd563a7217c798c89230f084eade71867cf9ce3e Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 20 May 2019 21:07:53 +0100 Subject: [PATCH] update Pi gpio German translations --- hardware/PiGpio/36-rpi-gpio.js | 4 ++-- hardware/PiGpio/locales/de/36-rpi-gpio.html | 22 ++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hardware/PiGpio/36-rpi-gpio.js b/hardware/PiGpio/36-rpi-gpio.js index 9afcd40d..159f7d54 100644 --- a/hardware/PiGpio/36-rpi-gpio.js +++ b/hardware/PiGpio/36-rpi-gpio.js @@ -70,7 +70,7 @@ module.exports = function(RED) { if (node.pin !== undefined) { node.child = spawn(gpioCommand, ["in",node.pin,node.intype,node.debounce]); node.running = true; - node.status({fill:"green",shape:"dot",text:"common.status.ok"}); + node.status({fill:"yellow",shape:"dot",text:"common.status.ok"}); node.child.stdout.on('data', function (data) { var d = data.toString().trim().split("\n"); @@ -181,7 +181,7 @@ module.exports = function(RED) { node.status({fill:"green",shape:"dot",text:node.level}); } else { node.child = spawn(gpioCommand, [node.out,node.pin,node.freq]); - node.status({fill:"green",shape:"dot",text:"common.status.ok"}); + node.status({fill:"yellow",shape:"dot",text:"common.status.ok"}); } node.running = true; diff --git a/hardware/PiGpio/locales/de/36-rpi-gpio.html b/hardware/PiGpio/locales/de/36-rpi-gpio.html index 89d9e4a6..33c82fef 100644 --- a/hardware/PiGpio/locales/de/36-rpi-gpio.html +++ b/hardware/PiGpio/locales/de/36-rpi-gpio.html @@ -15,14 +15,14 @@ -->