FlowFolder

FlowFolder as returned by HomeyAPIV2.ManagerFlow.

Extends

Instance Properties

id

id: string

Type

  • string

name

name: string

Type

  • string

order

order: number

Type

  • number

parent

parent: string

Type

  • string

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

}