mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-05 01:11:02 +02:00
df05c3a462
- Replace JSON seed files with YAML format for better readability - Auto-detect YAML primitive types (number, boolean, string) from values - Add automatic seed import on collector startup - Split lat/lon into separate tags instead of combined coordinate string - Add PyYAML dependency and types-PyYAML for type checking - Update example/seed and contrib/seed/ipnet with clean YAML format - Update tests to verify YAML primitive type detection
7 lines
148 B
YAML
7 lines
148 B
YAML
# Example members seed file
|
|
members:
|
|
- name: Example Member
|
|
callsign: N0CALL
|
|
role: Network Operator
|
|
description: Example member entry
|