google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.HardwareInfo View Source

Information about device hardware. The fields related to temperature thresholds are only available if hardwareStatusEnabled is true in the device's policy.

Attributes

  • batteryShutdownTemperatures ([float()]): Battery shutdown temperature thresholds in Celsius for each battery on the device. Defaults to: null.
  • batteryThrottlingTemperatures ([float()]): Battery throttling temperature thresholds in Celsius for each battery on the device. Defaults to: null.
  • brand (String.t): Brand of the device. For example, Google. Defaults to: null.
  • cpuShutdownTemperatures ([float()]): CPU shutdown temperature thresholds in Celsius for each CPU on the device. Defaults to: null.
  • cpuThrottlingTemperatures ([float()]): CPU throttling temperature thresholds in Celsius for each CPU on the device. Defaults to: null.
  • deviceBasebandVersion (String.t): Baseband version. For example, MDM9625_104662.22.05.34p. Defaults to: null.
  • gpuShutdownTemperatures ([float()]): GPU shutdown temperature thresholds in Celsius for each GPU on the device. Defaults to: null.
  • gpuThrottlingTemperatures ([float()]): GPU throttling temperature thresholds in Celsius for each GPU on the device. Defaults to: null.
  • hardware (String.t): Name of the hardware. For example, Angler. Defaults to: null.
  • manufacturer (String.t): Manufacturer. For example, Motorola. Defaults to: null.
  • model (String.t): The model of the device. For example, Asus Nexus 7. Defaults to: null.
  • serialNumber (String.t): The device serial number. Defaults to: null.
  • skinShutdownTemperatures ([float()]): Device skin shutdown temperature thresholds in Celsius. Defaults to: null.
  • skinThrottlingTemperatures ([float()]): Device skin throttling temperature thresholds in Celsius. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.HardwareInfo{
  batteryShutdownTemperatures: [any()],
  batteryThrottlingTemperatures: [any()],
  brand: any(),
  cpuShutdownTemperatures: [any()],
  cpuThrottlingTemperatures: [any()],
  deviceBasebandVersion: any(),
  gpuShutdownTemperatures: [any()],
  gpuThrottlingTemperatures: [any()],
  hardware: any(),
  manufacturer: any(),
  model: any(),
  serialNumber: any(),
  skinShutdownTemperatures: [any()],
  skinThrottlingTemperatures: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.