my_sensors v0.1.0-rc2 MySensors.Gateway
Handles parsed MySensors packets.
Link to this section Summary
Functions
Start a Gateway.
- Transport - the mechanism in which MySensors.Packet are exchanged.
- Opts - opts passed to the transport
Send a packet
Link to this section Functions
Link to this function
add_transport(transport, opts)
Start a Gateway.
- Transport - the mechanism in which MySensors.Packet are exchanged.
- Opts - opts passed to the transport.
Link to this function
write_packet(packet)
Send a packet.