InfoApiResponse

data class InfoApiResponse(val manufacturer: String, val model: String, val serialNumber: String, val _wlanMacAddress: String?, val _bluetoothMacAddress: String?, val firmwareVersion: String, val supportUrl: String, val gps: Boolean, val gyro: Boolean, val uptime: Int, val api: List<String>, val endpoints: EndPoint, val apiLevel: List<Int>)

info api response

Constructors

Link copied to clipboard
constructor(manufacturer: String, model: String, serialNumber: String, _wlanMacAddress: String?, _bluetoothMacAddress: String?, firmwareVersion: String, supportUrl: String, gps: Boolean, gyro: Boolean, uptime: Int, api: List<String>, endpoints: EndPoint, apiLevel: List<Int>)

Properties

Link copied to clipboard

MAC address of Bluetooth (RICOH THETA V firmware v2.11.1 or later)

Link copied to clipboard

MAC address of wireless LAN (RICOH THETA V firmware v2.11.1 or later)

Link copied to clipboard

List of supported APIs

Link copied to clipboard

List of supported APIs: ("1": v2.0, "2": v2.1)

Link copied to clipboard

Endpoint information (Refer to the next section for details.)

Link copied to clipboard

Firmware version

Link copied to clipboard

Presence of GPS

Link copied to clipboard

Presence of gyroscope

Link copied to clipboard

Manufacturer name

Link copied to clipboard

model

Link copied to clipboard

Serial number

Link copied to clipboard

URL of the support page

Link copied to clipboard
val uptime: Int

Elapsed time after startup in second