changed path variables

This commit is contained in:
K. Siedentopp
2018-06-11 10:19:40 +02:00
parent f5d9db4d1c
commit 09f6ad7f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ then
config = relatedConfig.label;
var args = config + " now";
var output = executeCommandLine("node /etc/openhab2/scripts/tuya-api/tuya.js " + args, 5000);
var output = executeCommandLine("node /etc/openhab2/scripts/tuyaapi_openhab/tuya.js " + args, 5000);
det.postUpdate(output);
if(output != "ON" && output != "OFF"){
logError(appName, "State changed to " + output)