DeviceGatewayConfig

data class DeviceGatewayConfig(val gatewayAuthMethod: String? = null, val gatewayType: String? = null, val lastAccessedGatewayId: String? = null, val lastAccessedGatewayTime: String? = null)

Constructors

Link copied to clipboard
fun DeviceGatewayConfig(gatewayAuthMethod: String? = null, gatewayType: String? = null, lastAccessedGatewayId: String? = null, lastAccessedGatewayTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the device is a gateway. Possible values are ASSOCIATION_ONLY, DEVICE_AUTH_TOKEN_ONLY, and ASSOCIATION_AND_DEVICE_AUTH_TOKEN.

Link copied to clipboard
val gatewayType: String? = null

Indicates whether the device is a gateway. Default value is NON_GATEWAY. Possible values are GATEWAY and NON_GATEWAY.

Link copied to clipboard

The ID of the gateway the device accessed most recently.

Link copied to clipboard

The most recent time at which the device accessed the gateway specified in last_accessed_gateway.