-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending Notifications #32
Comments
Hi Luke Thanks for using the module, and thanks for the suggestion.
Please, anyone, feel free to discuss. |
Hi ottopaulsen I see this function as a simple notification sender based on MQTT topic, every time the received topic = declared topic then the payload is sent with the declared notification key. I have no special requirements in terms of formatting/post processing etc and i cant think of any that couldnt be handled in the destination modue...... but if anyone has different ideas?? Exactly like splattner's module "MMM-MQTT-Notification": topic: 'Topic1', // Topic to look for What do you think? Luke |
Simply tell this module to broadcast it's payload and any module can get the info. socketNotificationReceived: function(notification, payload) { |
Hi,
Im not sure if this is already possible but it would be great if you could configure the module to send notifications to other modules (such as MMM-ProfileSwitcher).
Ive seen a module that does this but it conflicts with this one and this one is way more useful!
Any feedback would be great.
Luke
The text was updated successfully, but these errors were encountered: