Gateway

data class Gateway(val id: String, val rssi: Int, val bluetoothMacAddress: BluetoothMacAddress, val name: String, val serialNumber: String, val softwareVersion: SoftwareVersion, val ipAddress: IpAddress, val connectivity: Gateway.Connectivity, val isLegacy: Boolean) : Device

Efento gateway device.

Constructors

Link copied to clipboard
constructor(id: String, rssi: Int, bluetoothMacAddress: BluetoothMacAddress, name: String, serialNumber: String, softwareVersion: SoftwareVersion, ipAddress: IpAddress, connectivity: Gateway.Connectivity, isLegacy: Boolean)

Types

Link copied to clipboard

Connectivity type

Properties

Link copied to clipboard

Bluetooth mac address of the device

Link copied to clipboard

interfaces supported by gateway

Link copied to clipboard
open override val id: String

Id of the device that is used when establishing a connection

Link copied to clipboard

IP address of the device

Link copied to clipboard

legacy device.

Link copied to clipboard

Name of the device

Link copied to clipboard
open override val rssi: Int

Bluetooth rssi of the device,

Link copied to clipboard

Serial number that uniquely identifies the device (usually found on a sticker on the device case)

Link copied to clipboard

Software version of the device