duration property

String? duration
getter/setter pair

The duration for which the command is valid.

The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.

Implementation

core.String? duration;