exbee v0.0.5 Exbee.ATCommandFrame View Source

Query or set AT parameters on a local device.

To query parameter values, send with value: nil.

An Exbee.ATCommandResultFrame will be returned indicating the status of the command.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.ATCommandFrame{
  command: String.t(),
  id: integer(),
  value: binary()
}