Zone as returned by HomeyAPIV2.ManagerZones.
Extends
Instance Properties
active
active: booleanType
- boolean
homey
homey: HomeyAPIV3icon
icon: stringType
- string
id
id: stringType
- string
manager
manager: HomeyAPIV3.Managername
name: stringType
- string
order
order: numberType
- number
parent
parent: stringType
- string
uri
uri: stringThe 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)>
Events
delete
.on('delete')update
.on('update')Parameters
Name | Type | Description |
---|---|---|
zone
|
object |