DelayDurationOutOfRange

class DelayDurationOutOfRange : ValidationIssue


Delay duration is outside the accepted range of 5 seconds to 24 hours.

Summary

Public constructors

DelayDurationOutOfRange(
    node: Node,
    severity: ValidationIssueSeverity,
    duration: Duration
)

Create an DelayDurationOutOfRange instance.

Public properties

Duration

The duration.

Inherited properties

From com.google.home.automation.ValidationIssue
ValidationIssueType

The type of the validation issue.

Node

The node for which validation is failing.

ValidationIssueSeverity

The severity of the validation issue.

Public constructors

DelayDurationOutOfRange

DelayDurationOutOfRange(
    node: Node,
    severity: ValidationIssueSeverity,
    duration: Duration
)

Create an DelayDurationOutOfRange instance.

Public properties

duration

val durationDuration

The duration.