mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 14:45:52 +00:00
fixes #164 Mismatches fixed: - analytics-channels: ChannelAnalyticsSummary.hash string -> int32 - analytics-rf: PayloadTypeEntry.type -> optional int32 (can be null) - bulk-health: flatten BulkHealthEntry (remove .node nesting) - node-analytics: TimeBucket field label -> bucket (keep both as optional) - observer-analytics: recentPackets Transmission -> Observation - packet-detail: ByteRange add string color field - websocket-message: DecodedResult add transportCodes, raw, routeTypeName; flatten payload to DecodedFlatPayload; packet -> Observation - validate-protos: bare-array wrapping note downgraded to WARNING Validator now reports 0 errors across all 33 fixtures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>