//
// Sent on MQTT topic: /devices/{device_id}/events/discovery
// where {device_id} is that of the discovery node. The
// discovered {device_id} should be taken from the provided families.
//
{
  "version": "1.5.2",
  "timestamp": "2018-08-26T21:39:29.364Z",
  "generation": "2018-08-26T21:00:13Z",
  "family": "ipv4",
  "addr": "192.168.1.2",
  "event_no": 2,
  "families": {
    "ipv4": {
      "addr": "192.168.1.2"
    },
    "ipv6": {
      "addr": "FE80::D05C:1A90:DD9E:A582"
    },
    "ethmac": {
      "addr": "0E:93:32:11:04:82"
    }
  }
}
