mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
The sensor field mapping only handled pressure_hPa (weather station barometric pressure), causing TPMS tire pressure data to not display. Added mappings for TPMS-specific rtl_433 field names: - pressure_PSI (common in US TPMS sensors) - pressure_kPa - tire_pressure_kPa - flags/state (tire state indicators) Fixes #95 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>