Dashboard

Dashboard as returned by HomeyAPIV3Local.ManagerDashboards.

Instance Properties

columns

columns: array

Type

  • array

id

id: string

Type

  • string

name

name: string

Type

  • string

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
dashboard
object
info
object
newValues
object

An object with only the new values of the dashboard

oldValues
object

An object with only the old values of the dashboard

changedKeys
Array.<string>

An array of keys of the properties that have changed

}