Log

Log as returned by HomeyAPIV2.ManagerInsights.

Extends

Instance Properties

decimals

decimals: number

Type

  • number

homey

homey: HomeyAPIV3

The Homey of the Item.

Type

id

id: string

Type

  • string

lastValue

lastValue: number

Type

  • number

manager

manager: HomeyAPIV3.Manager

The Manager of the Item.

Type

title

title: string

Type

  • string

type

type: string

Type

  • string

units

units: string

Type

  • string

uri

uri: string

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