seaside1 / jrule

openHAB Java Rules Engine
Eclipse Public License 2.0
26 stars 15 forks source link

Wish: please add OpenHab Cloud functions like "sendBroadcastNotification" to JRule #183

Closed rdrxr closed 9 months ago

rdrxr commented 9 months ago

Functions are described here

https://www.openhab.org/docs/configuration/actions.html#cloud-notification-actions

Sources are in this bundle

bundles/org.openhab.io.openhabcloud/src/main/java/org/openhab/io/openhabcloud/internal/CloudService.java

Remark

Currently i only use the simple sendBroadcastNotification(message), no other overloads

rdrxr commented 9 months ago

Sorry duplicate to #https://github.com/seaside1/jrule/issues/82