mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-05 08:22:58 +02:00
cf633f9f44
The device sends contact entries with different field names than originally expected: - adv_name (not name) for the advertised node name - type (numeric: 0=none, 1=chat, 2=repeater, 3=room) instead of node_type Changes: - Update handle_contacts to extract adv_name and convert numeric type - Add NODE_TYPE_MAP for type conversion - Always update node name if different (not just if empty) - Add debug logging for node updates - Update ContactInfo schema with actual device fields