Skip to content

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

Properties

  • version - Protocol version supported by the autotracker
  • name - Name of the autotracker that's connecting

Example

{
   "type":"handshAck",
   "version":"1.31",
   "name":"magpie-autotracker",
}
Clone this wiki locally