Skip to content

Commit

Permalink
Some updates to statics and added some central configuation options
Browse files Browse the repository at this point in the history
  • Loading branch information
consp committed Jul 31, 2020
1 parent 38ecf2b commit 293ba31
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,18 @@ def block(cls, block):
'items': 2 ,
'type': 'mask',
'0': 'Do not log missing DSP Messages',
'1': 'Log missing DSP Messages (When configured for Smart DSP and Lincoln then enable THX Deep Note)',
'1': 'Enable, Log missing DSP Messages (When configured for Smart DSP and Lincoln then enable THX Deep Note)',
},
{
'name': 'AAM',
'name': 'AAM (Module is related to Smart DSP)',
'index': 2,
'byte': 0,
'bit': 1,
'size': 1,
'items': 2 ,
'type': 'mask',
'0': 'Do not log missing AAM messages',
'1': 'Log Missing AAM messages (Send speaker walkaround request to ACM)',
'1': 'Enable, Log Missing AAM messages (Send speaker walkaround request to ACM)',
},
{
'name': 'SDARS',
Expand All @@ -283,7 +283,7 @@ def block(cls, block):
'items': 2 ,
'type': 'mask',
'0': 'Do not log missing SDARS (ACM) message',
'1': 'Log Missing SDARS (ACM) message',
'1': 'Enable, Log Missing SDARS (ACM) message',
},
{
'name': 'RSEM',
Expand All @@ -294,7 +294,7 @@ def block(cls, block):
'items': 2 ,
'type': 'mask',
'0': 'Do not log missing RSEM messages',
'1': 'Log Missing RSEM messages',
'1': 'Enable, Log Missing RSEM messages',
},
{
'name': 'PDC HMI',
Expand Down Expand Up @@ -1739,7 +1739,7 @@ def block(cls, block):

de03 = [
{
'name': 'Day night palette delay (seconds)',
'name': 'Day night palette delay (seconds, this setting might have additional options starting 3.2)',
'index': 134,
'byte': 0,
'bit': 0,
Expand All @@ -1753,7 +1753,7 @@ def block(cls, block):
'max': 255,
},
{
'name': 'Audio Player',
'name': 'Audio Player (this setting might have additional options starting 3.2)',
'index': 135,
'byte': 0,
'bit': 4,
Expand All @@ -1776,15 +1776,15 @@ def block(cls, block):
'unit': 'index'
},
{
'name': 'Climate Domain (will also disable climate VR)',
'name': 'Climate Domain (disable climate VR on Sync 3.4, ignores legacy climate in 3.4)',
'index': 137,
'byte': 3,
'bit': 0,
'size': 1,
'items': 2 ,
'type': 'mask',
'0': 'ON - Automatic',
'1': 'OFF - Manual',
'0': 'ON - Automatic (show domain)',
'1': 'OFF - Manual (hide domain)',
},
{
'name': 'Fan Repeater',
Expand Down

0 comments on commit 293ba31

Please sign in to comment.