Session

Session as returned by HomeyAPIV3Cloud.ManagerSessions.

Instance Properties

id

id: string

Type

  • string

intersectedScopes

intersectedScopes: array

Type

  • array

scopes

scopes: array

Type

  • array

type

type: string

Type

  • string

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
session
object
info
object
newValues
object

An object with only the new values of the session

oldValues
object

An object with only the old values of the session

changedKeys
Array.<string>

An array of keys of the properties that have changed

}