Notification

Notification as returned by HomeyAPIV3Cloud.ManagerNotifications.

Instance Properties

dateCreated

dateCreated: string

Type

  • string

excerpt

excerpt: string

Type

  • string

id

id: string

Type

  • string

meta

meta: object

Type

  • object

ownerName

ownerName: string

Type

  • string

ownerUri

ownerUri: string

Type

  • 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

}