SuppressionDurationOutOfRange

class SuppressionDurationOutOfRange : ValidationIssue


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

Summary

Public constructors

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

Create an SuppressionDurationOutOfRange 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

SuppressionDurationOutOfRange

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

Create an SuppressionDurationOutOfRange instance.

Public properties

duration

val durationDuration

The duration.