mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-07 17:10:02 +01:00
PocDecoder: use functionchar instead of subric in description lookup
This commit is contained in:
parent
a4c218887b
commit
bf9a604931
|
|
@ -126,7 +126,7 @@ def decode(freq, decoded):
|
|||
# If enabled, look up description
|
||||
if globalVars.config.getint("POC", "idDescribed"):
|
||||
from includes import descriptionList
|
||||
data["description"] = descriptionList.getDescription("POC", poc_id+poc_sub)
|
||||
data["description"] = descriptionList.getDescription("POC", poc_id+data["functionChar"])
|
||||
# processing the alarm
|
||||
try:
|
||||
from includes import alarmHandler
|
||||
|
|
|
|||
Loading…
Reference in a new issue