mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Changed endpoint to return all fields from meshcli's contact_info command instead of limited parsed data. New fields available: - public_key (full 64-char key) - type (1=CLI, 2=REP, 3=ROOM, 4=SENS) - flags - out_path_len, out_path (routing information) - last_advert (Unix timestamp) - adv_lat, adv_lon (GPS coordinates) - lastmod (last modification timestamp) Kept compatibility fields: - name (from adv_name) - public_key_prefix (first 12 chars) - type_label (human-readable) - path_or_mode (computed from out_path_len/out_path) - last_seen (alias for last_advert) This enables future features like GPS mapping, path visualization, etc.