]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dali/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / dali / pd.py
index 525066d45ecef35053ab6fdeb589f1e42c20345f..9e99b816de87eac7bc401d0e56ffb03710da15a3 100644 (file)
@@ -28,7 +28,7 @@ class Decoder(srd.Decoder):
     id = 'dali'
     name = 'DALI'
     longname = 'Digital Addressable Lighting Interface'
     id = 'dali'
     name = 'DALI'
     longname = 'Digital Addressable Lighting Interface'
-    desc = 'DALI lighting control protocol.'
+    desc = 'Digital Addressable Lighting Interface (DALI) protocol.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['dali']
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['dali']