FlowFolder

FlowFolder as returned by HomeyAPIV3Cloud.ManagerFlow.

Instance Properties

id

id: string

Type

  • string

name

name: string

Type

  • string

parent

parent: string|null

Type

  • 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

}