diff options
Diffstat (limited to 'decoders/modbus')
-rw-r--r-- | decoders/modbus/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/modbus/pd.py b/decoders/modbus/pd.py index d2307b9..d5b39ca 100644 --- a/decoders/modbus/pd.py +++ b/decoders/modbus/pd.py @@ -819,6 +819,7 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['uart'] outputs = ['modbus'] + tags = ['Embedded/industrial'] annotations = ( ('sc-server-id', ''), ('sc-function', ''), |