X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdali%2Flists.py;h=e9d3a4ba529cedb4e2a34a7a44f3d9a18b62acb6;hb=d1b7bd1b602149cef4183f5a05188c0467bcd280;hp=24e6bc430e291a50e68f68f8d6b8525547daea83;hpb=b26c713b6a1650eba0e7808672f290813c893881;p=libsigrokdecode.git diff --git a/decoders/dali/lists.py b/decoders/dali/lists.py index 24e6bc4..e9d3a4b 100644 --- a/decoders/dali/lists.py +++ b/decoders/dali/lists.py @@ -17,8 +17,8 @@ ## along with this program. If not, see . ## -# DALI Extended commands -extendedCommands = { +# DALI extended commands +extended_commands = { 0xA1: ['Terminate special processes', 'Terminate'], 0xA3: ['DTR = DATA', 'DTR'], 0xA5: ['INITIALISE', 'INIT'], @@ -39,7 +39,7 @@ extendedCommands = { } # List of commands -DALICommands = { +dali_commands = { 0x00: ['Immediate Off', 'IOFF'], 0x01: ['Up 200ms', 'Up'], 0x02: ['Down 200ms', 'Down'], @@ -89,7 +89,7 @@ DALICommands = { } # DALI device type 8 -DALIDeviceType8 = { +dali_device_type8 = { 0xE0: ['Set Temp X-Y Coordinate', 'Set X-Y'], 0xE2: ['Activate Colour Set point', 'Activate SetPoint'], 0xE7: ['Set Colour Temperature Tc', 'DTRs->ColTemp'],