FlowFolder as returned by HomeyAPIV3Cloud.ManagerFlow.
Instance Properties
id
id: stringType
- string
name
name: stringType
- string
parent
parent: string|nullType
- string | null
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
flowfolder
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the flowfolder |
oldValues
|
object | An object with only the old values of the flowfolder |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|