Bruce,
I would like to request that support for the “Notification” Capability be added to Rule Machine (as I do not see it there already.) This would allow custom Notification methods to be easily added to RM without the need to create multiple custom commands. I am using Pushover, using a Custom Driver, which works very well to avoid the 10 SMS message per day limit. I would really like to be able to select an ACTION in RM that allows me to select a Device that supports the “Notification” capability, and then allows me to enter free form text for a message. When triggered, this action would call the “deviceNotification(message)” command. Essentially, it would be identical to sending an SMS message in RM, except instead of a phone number, you’d select the device that supports the notification capability.
Please let me know your thoughts. If there is already a way to do this in RM, I am all ears!
Thank you,
Dan
P.S. Here is the Notification Capability specification that I believe makes sense to use…
Notification
Allows for displaying notifications on devices that allow notifications to be displayed
Definition
name: Notification
status: live
attributes: {
}
commands:
deviceNotification:
arguments:
- type: STRING
name: notification
public: true
id: notification
Copy
Attributes
None
Commands
deviceNotification(notification)
Send a notification to the device, which will in turn be displayed by the device
Arguments:
- notification
- Type: STRING
- Required: Yes
- Description: The notification message to be displayed on the device