{% set from_me = packet.from_node_id == node_id %} {% set to_me = packet.to_node_id == node_id %} {{packet.from_node.long_name}}( {%- if not from_me -%} {%- endif -%} {{packet.from_node_id|node_id_to_hex}} {%- if not from_me -%} {%- endif -%} ) {{packet.to_node.long_name}}( {%- if not to_me -%} {%- endif -%} {{packet.to_node_id|node_id_to_hex}} {%- if not to_me -%} {%- endif -%} )
{{packet.id}} 🔎
Import Time
{{packet.import_time.strftime('%-I:%M:%S %p - %m-%d-%Y')}}
packet
{{packet.data}}
payload
{% if packet.pretty_payload %}
{{packet.pretty_payload}}
{% endif %} {% if packet.raw_mesh_packet and packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.reply_id %} (Replying to: {{ packet.raw_mesh_packet.decoded.reply_id }}) {% endif %} {% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %} {% if packet.raw_mesh_packet.decoded.want_response %} graph {% else %} graph {% endif %} {% endif %}
{{packet.payload}}