mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-07-31 18:47:04 -04:00
Per maintainer feedback, one decoder shouldn't emit multiple protocol interpretations of the same payload under one model key: https://github.com/merbanan/rtl_433/issues/1734#issuecomment-4957207247 schrader_SMD3MA4 and the new schrader_NIS315G3 share the same wire-format decode (checksum, flags, id) via a common helper, differing only in pressure scale (/5 vs /4) and model name. Both are enabled by default, so a single physical transmission produces two output records; use -R to select just one if that's undesirable.