Image

Image as returned by HomeyAPIV3Local.ManagerImages.

Instance Properties

id

id: string

Type

  • string

lastUpdated

lastUpdated: string

Type

  • string

ownerUri

ownerUri: string

Type

  • string

url

url: string

Type

  • string

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
image
object
info
object
newValues
object

An object with only the new values of the image

oldValues
object

An object with only the old values of the image

changedKeys
Array.<string>

An array of keys of the properties that have changed

}