Added howto for developers

This commit is contained in:
Paul-Vincent Roll 2016-04-01 22:07:50 +02:00
parent 06271678a6
commit f93a464b7d

View File

@ -22,4 +22,9 @@ modules: [
} }
} }
] ]
```
As a developer your module can send an alert to this module by using:
```
self.sendNotification("SHOW_ALERT", {message: "Hello!"});
``` ```