Notification as returned by HomeyAPIV3Cloud.ManagerNotifications.
Instance Properties
dateCreated
dateCreated: stringType
- string
excerpt
excerpt: stringType
- string
id
id: stringType
- string
meta
meta: objectType
- object
ownerName
ownerName: stringType
- string
ownerUri
ownerUri: stringType
- string
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
notification
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the notification |
oldValues
|
object | An object with only the old values of the notification |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|