Assignment

class Assignment : Node, HasOutput


A class that assigns a value to a variable.

Summary

Public functions

open String

Public properties

Expression

The expression that determines whether the value of the variable.

open String

The unique ID for the Assignment node output.

Inherited properties

From com.google.home.automation.Node
String?

String identifier of this node.

Public functions

toString

open fun toString(): String

Public properties

expression

val expressionExpression

The expression that determines whether the value of the variable.

output

open val outputString

The unique ID for the Assignment node output.