Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Als Vollständiges Objekt (inkl. Empfänger)


Codeblock
{
  "id": 247,
  "foreign_id": "some-id",
  "title": "FEUER3",
  "text": "Unklare Rauchentwicklung im Hafen",
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "lat": 0,
  "lng": 0,
  "priority": true,
  "notification_type": 0,
  "cluster": [],
  "group": [],
  "user_cluster_relation": [],
  "ts_create": 1589528749,
  "ts_update": 1589528749
}


Als Textinformationen (Stichwort, Meldung, Adresse)


Codeblock
{
  "title": "FEUER3",
  "text": "Unklare Rauchentwicklung im Hafen",
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "priority": true
}


Als Nur Stichwort


Codeblock
{
  "title": "FEUER3"
}


Als Nur Adresse und Koordinaten


Codeblock
{
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "lat": 0,
  "lng": 0
}


Als TETRAcontrol


Codeblock
[]


Als Ohne Inhalt


Codeblock
[]