package
0.0.0-20240908172838-7bcebe7d766f
Repository: https://github.com/evcc-io/evcc.git
Documentation: pkg.go.dev

# Functions

New creates a UDP listener that clients can subscribe to.
NewSender creates KEBA UDP sender.

# Constants

Any subscriber receives all messages.
OK is the KEBA confirmation message.
Port is the KEBA UDP port.

# Structs

Listener singleton listens for KEBA UDP messages.
Report contains report id and device serial.
Report1 is the report 1 command answer.
Report100 is the report 100 command answer.
Report2 is the report 2 command answer.
Report3 is the report 3 command answer.
RFID contains access credentials.
Sender is a KEBA UDP sender.
UDPMsg transports the KEBA response.