Log

Extends

Instance Properties

decimals

decimals: number|null

Type

  • number | null

homey

homey: HomeyAPIV3

The Homey of the Item.

Type

id

id: string

Type

  • string

lastValue

lastValue: *|null

Type

  • * | null

manager

manager: HomeyAPIV3.Manager

The Manager of the Item.

Type

ownerId

ownerId: string

Type

  • string

ownerName

ownerName: string

Type

  • string

ownerUri

ownerUri: string

Type

  • string

title

title: string

Type

  • string

titleFalse

titleFalse: string|null

Type

  • string | null

titleTrue

titleTrue: string|null

Type

  • string | null

type

type: string

Type

  • string

units

units: string|null

Type

  • string | null

uri

uri: string

The URI of the Item, e.g. homey:foo:bar.

Type

  • string

Instance Methods

connect

(async) connect()

Connect to this item's Socket.io namespace.

disconnect

(async) disconnect()

Discconnect from this item's Socket.io namespace.

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
log
object