LocatorTrait.LocateCommand.Request

class LocatorTrait.LocateCommand.Request


The request payload for the Locate command.

Summary

Public constructors

Request(lang: String, reportLocation: Boolean)

Creates a request payload for the Locate command.

Public properties

String

Current language of query or display.

Boolean

Indicates that coordinates are expected in the response and that the device should not ring.

Public constructors

Request

Request(lang: String = "", reportLocation: Boolean = false)

Creates a request payload for the Locate command.

Public properties

lang

val langString

Current language of query or display.

reportLocation

val reportLocationBoolean

Indicates that coordinates are expected in the response and that the device should not ring.