exbee v0.0.2 Exbee.RemoteATCommandFrame View Source

Transmits AT parameters to a remote device.

For parameter changes on the remote device to take effect, send either the apply changes option (option: 0x01), or send an AC command to the remote node.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.RemoteATCommandFrame{command: String.t, id: binary, mac_addr: binary, network_addr: binary, options: binary, value: binary}