IdentifyTrait.IdentifyCommand.Request

class IdentifyTrait.IdentifyCommand.Request


The request payload for the Identify command.

Summary

Public constructors

Request(identifyTime: UShort)

Creates a request payload for the Identify command.

Public properties

UShort

The amount of time, in seconds, that the device should identify itself.

Public constructors

Request

Request(identifyTime: UShort)

Creates a request payload for the Identify command.

Public properties

identifyTime

val identifyTimeUShort

The amount of time, in seconds, that the device should identify itself. A value of 0 stops the identification state. A value other than 0 starts the identification state, which lasts for the value (seconds) specified.