Hi, I’m currently trying to switch my notifications from Telegram to OH notifications.
Example from the documentation
sendBroadcastNotification(message, icon, tag, title, referenceId, onClickAction, mediaAttachmentUrl, actionButton1, actionButton2, actionButton3)
This works for me
sendBroadcastNotification("Bewegung erkannt im Hof", "camera", "Security")
But if I want to specify more then (message, icon, tag), such as title or mediaURL, it no longer works.
sendBroadcastNotification("Bewegung erkannt im Hof", "camera", "Security", "Bewegungerkennung")
sendBroadcastNotification("Bewegung erkannt im Hof", "camera", "Security", null, null, null, item:Camera_Hof_Last_snapshot)
Can someone please tell me what the correct syntax is and especially how to enter an item:Image correctly in mediaAttachmentUrl