## Notifications

### **domoticz.notification.send(subject, message, subsystem=null)**

Send a notification through Domoticz Notification API.

| Parameter | Description               |
| --------- | ------------------------- |
| subject   | Title of the notification |
| message   | Body of the notification  |
| subSystem | a notificationType        |

> use one of `domoticz.notificationTypes.*` for subSystem
