X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdali%2Fpd.py;h=53147463962bbe8dc97f0cbc3c8c335377c1db1e;hb=fd41596ace75474b122f697ba85ffab28cc0dca7;hp=bf842ad403586418b03eacd920a4337bce3f2e64;hpb=44789507022fe44660a6920bb7133d18839994a6;p=libsigrokdecode.git 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'}, )