Skip to content

Commit

Permalink
Add missing important_controls to Class319DSDModel
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkilczuk committed Jun 11, 2016
1 parent 0179a99 commit 2065cbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dsd/machine_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ class Class319DSDModel(BuiltinDSDIsolationMixin, BaseDSDModel):

dsd_controller_name = 'DSDIsolate'
dsd_controller_value = 1
important_controls = [
'AWSReset',
'Reverser',
'VirtualBrake',
'VirtualThrottle',
]


class Class360DSDModel(FauxControllerMovementMixin, BaseDSDModel):
Expand Down

0 comments on commit 2065cbc

Please sign in to comment.