exbee v0.0.5 Exbee.RxSensorReadFrame View Source

Received when a device reads a remote sensor.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.RxSensorReadFrame{
  ad_value: integer(),
  mac_addr: integer(),
  network_addr: integer(),
  options: atom(),
  temperature_value: integer(),
  type: integer()
}