irgentwas mache ich nicht richtig ,möchte ne mail mit Kamera Bild bekommen wenn einer mein Postkasten aufmacht und nur wenn die Tür geschlossen ist
Code:
rule "Post"
when
Item rweContact1 changed to OPEN
then
if(rweContac2.state=="Closed")
sendMail("smart@gmail.com","Post","Post ist da"," http://bild.selfhost.eu:58081/cgi-bin/video.cgi?msubmenu=jpg")
end



Kommentar