X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fdali%2Fpd.py;h=53147463962bbe8dc97f0cbc3c8c335377c1db1e;hp=bf842ad403586418b03eacd920a4337bce3f2e64;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hpb=44789507022fe44660a6920bb7133d18839994a6 diff --git a/decoders/dali/pd.py b/decoders/dali/pd.py index bf842ad..5314746 100644 --- a/decoders/dali/pd.py +++ b/decoders/dali/pd.py @@ -28,10 +28,11 @@ 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'] + outputs = [] + tags = ['Embedded/industrial', 'Lighting'] channels = ( {'id': 'dali', 'name': 'DALI', 'desc': 'DALI data line'}, )