]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dsi/pd.py
add a Maxim DS2408 decoder
[libsigrokdecode.git] / decoders / dsi / pd.py
index c5d9bf9c25c34c4f2d2375a577114f288ca6c5e8..7be29c3386cd49fb5921cc70706c60d14bbed290 100644 (file)
@@ -27,10 +27,11 @@ class Decoder(srd.Decoder):
     id = 'dsi'
     name = 'DSI'
     longname = 'Digital Serial Interface'
-    desc = 'DSI lighting control protocol.'
+    desc = 'Digital Serial Interface (DSI) lighting protocol.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['dsi']
+    tags = ['Embedded/industrial', 'Lighting']
     channels = (
         {'id': 'dsi', 'name': 'DSI', 'desc': 'DSI data line'},
     )