SceneRecallAction

@Serializable
value class SceneRecallAction(val key: String)

When writing active, the actions in the scene are executed on the target.

Constructors

Link copied to clipboard
constructor(key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Functions

Link copied to clipboard
open override fun toString(): String