Zone

Extends

Instance Properties

homey

homey: HomeyAPIV3

The Homey of the Item.

Type

id

id: string

The ID of the Item.

Type

  • string

manager

manager: HomeyAPIV3.Manager

The Manager of the Item.

Type

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.

getParent

(async) getParent(): Promise.<(HomeyAPIV3.ManagerZones.Zone|null)>

Get the parent zone.

Returns

Promise.<(HomeyAPIV3.ManagerZones.Zone|null)>