Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An actionable attribute is a model attribute with a modifier of "KnownBy" pointing to one or multiple Action(s). For example:



Code Block
languagepy
titleExample
String(name: "Image",

...

 KnownBy"SyncImage")

...



String

...

(name: "State",

...

 KnownBy"SyncImage,SyncPreset")



An actionable attribute defines the active property of a ThingFacets or AppFacets.

...