summaryrefslogtreecommitdiff
path: root/decoders/dali
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dali')
-rw-r--r--decoders/dali/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dali/pd.py b/decoders/dali/pd.py
index 525066d..9e99b81 100644
--- a/decoders/dali/pd.py
+++ b/decoders/dali/pd.py
@@ -28,7 +28,7 @@ class Decoder(srd.Decoder):
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']