FlowCardCondition as returned by HomeyAPIV3Cloud.ManagerFlow.
Extends
Instance Properties
args
args: array|nullType
- array | null
deprecated
deprecated: boolean|nullType
- boolean | null
droptoken
droptoken: array|nullType
- array | null
highlight
highlight: boolean|nullType
- boolean | null
hint
hint: string|nullType
- string | null
homey
homey: HomeyAPIV3id
id: stringType
- string
manager
manager: HomeyAPIV3.ManagerownerId
ownerId: stringType
- string
ownerName
ownerName: stringType
- string
ownerUri
ownerUri: stringType
- string
title
title: stringType
- string
titleFormatted
titleFormatted: string|nullType
- string | null
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.
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
flowcardcondition
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the flowcardcondition |
oldValues
|
object | An object with only the old values of the flowcardcondition |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|