Hi leute,
ich habe ein Problem mit folgender Regel:
Fehlermeldung:
Ich habe bereits unter Addons org.openhab.action.mail-1.7.1.jar importiert und in der config alles für unter "Mail Action configuration" konfiguriert.
Was mache ich falsch? Gehören actions überhaupt in den addons-Ordner?
ich habe ein Problem mit folgender Regel:
Code:
rule "Test333"
when
Item Licht_DG_Buero_Jenny received command
then
var String blablub = "super BLA"
sendNotification("xx@xxxx.tv", "blablub")
end
Code:
2016-01-24 19:31:14.503 [ERROR] [o.o.c.s.ScriptExecutionThread ] - Error during the execution of rule 'Test333': The name 'sendNotification(<XStringLiteralImpl>,<XStringLiteralImpl>)' cannot be resolved to an item or type.
Was mache ich falsch? Gehören actions überhaupt in den addons-Ordner?


Kommentar