Last station parsed update

(*main.StationInfo)(0xc0001e7110)({
 DeviceID: (string) "",
 EventID: (string) "",
 BatteryLevel: (int64) 0,
 Time: (string) "",
 Location: (main.StationLocation) {
  Accuracy: (float64) 0,
  Latitude: (float64) 0,
  Longitude: (float64) 0
 },
 Tags: ([]main.StationTag) <nil>
})

Last gateway parsed update

(*main.GatewayInfo)(0xc000250580)({
 Data: (main.GatewayData) {
  Coordinates: (string) "",
  Timestamp: (int64) 1778712668,
  Nonce: (int64) 407260502,
  GwMac: (string) (len=17) "CF:78:3E:86:ED:88",
  Tags: (map[string]main.GatewayTag) (len=7) {
   (string) (len=17) "C7:61:6C:A5:B1:44": (main.GatewayTag) {
    RSSI: (int64) -68,
    Timestamp: (int64) 1778712667,
    Data: (string) (len=62) "0201061BFF990405112634A5B2EB0038FFDC0418AB763269E4C7616CA5B144"
   },
   (string) (len=17) "D4:A5:CB:FD:49:24": (main.GatewayTag) {
    RSSI: (int64) -50,
    Timestamp: (int64) 1778712664,
    Data: (string) (len=62) "0201061BFF990405120630E0B2E3FFF800100410A276796A6ED4A5CBFD4924"
   },
   (string) (len=17) "F8:44:57:7F:BD:89": (main.GatewayTag) {
    RSSI: (int64) -50,
    Timestamp: (int64) 1778712667,
    Data: (string) (len=96) "2BFF9904E113612C6CB29E00030007000A000C02542700FFFFFFFFFFFFDCD14DF8FFFFFFFFFFF844577FBD89030398FC"
   },
   (string) (len=17) "D3:47:90:BC:A6:B8": (main.GatewayTag) {
    RSSI: (int64) -67,
    Timestamp: (int64) 1778712667,
    Data: (string) (len=58) "02010619FF020721130401000C0F014C02FC016B251C20012C0133001C"
   },
   (string) (len=17) "EF:DD:5A:88:65:95": (main.GatewayTag) {
    RSSI: (int64) -54,
    Timestamp: (int64) 1778712666,
    Data: (string) (len=62) "0201061BFF99040511CE3419B295FFF4FFFC03EC9DF6EA6A82EFDD5A886595"
   },
   (string) (len=17) "F1:32:C7:10:95:19": (main.GatewayTag) {
    RSSI: (int64) -82,
    Timestamp: (int64) 1778712664,
    Data: (string) (len=48) "0201060DFFD506000895198067A04D6A0206094D79434F32"
   },
   (string) (len=17) "D8:A1:7D:CD:EB:C4": (main.GatewayTag) {
    RSSI: (int64) -63,
    Timestamp: (int64) 1778712663,
    Data: (string) (len=62) "0201061BFF99040513642C41B2F3FFD8001003E07AB6F05071D8A17DCDEBC4"
   }
  }
 }
})

Last raw

{
  "data": {
    "coordinates": "",
    "timestamp": 1778712668,
    "nonce": 407260502,
    "gw_mac": "CF:78:3E:86:ED:88",
    "tags": {
      "C7:61:6C:A5:B1:44": {
        "rssi": -68,
        "timestamp": 1778712667,
        "ble_phy": "1M",
        "ble_chan": 37,
        "data": "0201061BFF990405112634A5B2EB0038FFDC0418AB763269E4C7616CA5B144"
      },
      "D4:A5:CB:FD:49:24": {
        "rssi": -50,
        "timestamp": 1778712664,
        "ble_phy": "1M",
        "ble_chan": 39,
        "data": "0201061BFF990405120630E0B2E3FFF800100410A276796A6ED4A5CBFD4924"
      },
      "F8:44:57:7F:BD:89": {
        "rssi": -50,
        "timestamp": 1778712667,
        "ble_phy": "2M",
        "ble_chan": 16,
        "ble_tx_power": 8,
        "data": "2BFF9904E113612C6CB29E00030007000A000C02542700FFFFFFFFFFFFDCD14DF8FFFFFFFFFFF844577FBD89030398FC"
      },
      "D3:47:90:BC:A6:B8": {
        "rssi": -67,
        "timestamp": 1778712667,
        "ble_phy": "1M",
        "ble_chan": 37,
        "data": "02010619FF020721130401000C0F014C02FC016B251C20012C0133001C"
      },
      "EF:DD:5A:88:65:95": {
        "rssi": -54,
        "timestamp": 1778712666,
        "ble_phy": "1M",
        "ble_chan": 37,
        "data": "0201061BFF99040511CE3419B295FFF4FFFC03EC9DF6EA6A82EFDD5A886595"
      },
      "F1:32:C7:10:95:19": {
        "rssi": -82,
        "timestamp": 1778712664,
        "ble_phy": "1M",
        "ble_chan": 39,
        "data": "0201060DFFD506000895198067A04D6A0206094D79434F32"
      },
      "D8:A1:7D:CD:EB:C4": {
        "rssi": -63,
        "timestamp": 1778712663,
        "ble_phy": "1M",
        "ble_chan": 39,
        "data": "0201061BFF99040513642C41B2F3FFD8001003E07AB6F05071D8A17DCDEBC4"
      }
    }
  }
}