User

User as returned by HomeyAPIV3Cloud.ManagerUsers.

Instance Properties

asleep

asleep: boolean|null

Type

  • boolean | null

athomId

athomId: string|null

Type

  • string | null

avatar

avatar: string|null

Type

  • string | null

enabled

enabled: boolean

Type

  • boolean

enabledUntil

enabledUntil: string|null

Type

  • string | null

id

id: string

Type

  • string

inviteUrl

inviteUrl: string|null

Type

  • string | null

name

name: string|null

Type

  • string | null

present

present: boolean|null

Type

  • boolean | null

properties

properties: object

Type

  • object

role

role: string

Type

  • string

verified

verified: boolean

Type

  • boolean

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
user
object
info
object
newValues
object

An object with only the new values of the user

oldValues
object

An object with only the old values of the user

changedKeys
Array.<string>

An array of keys of the properties that have changed

}