-
Notifications
You must be signed in to change notification settings - Fork 4
handshAck command
kbranch edited this page Feb 27, 2024
·
2 revisions
Acknowledges the receipt of a handshake command and tells Magpie what protocol version is supported.
Direction: autotracker -> Magpie
-
version
- Protocol version supported by the autotracker -
name
- Name of the autotracker that's connecting
{
"type":"handshAck",
"version":"1.31",
"name":"magpie-autotracker",
}