Mood

Mood as returned by HomeyAPIV3Cloud.ManagerMoods.

Instance Properties

devices

devices: object

Type

  • object

id

id: string

Type

  • string

name

name: string

Type

  • string

preset

preset: string|null

Type

  • string | null

zone

zone: string

Type

  • string

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
mood
object
info
object
newValues
object

An object with only the new values of the mood

oldValues
object

An object with only the old values of the mood

changedKeys
Array.<string>

An array of keys of the properties that have changed

}