Skip to content

Commit

Permalink
Merge pull request #591 from lsst-ts/tickets/DM-42319
Browse files Browse the repository at this point in the history
Fix GIS signals typo
  • Loading branch information
sebastian-aranda authored Jan 9, 2024
2 parents a61c3e5 + b7cbecc commit d942197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ v5.27.11
--------

* Adjust LOVE M2 force gradient coloring `<https://github.com/lsst-ts/LOVE-frontend/pull/592>`_
* Fix GIS signals typo `<https://github.com/lsst-ts/LOVE-frontend/pull/591>`_
* Add MTM2 powerSystemState data `<https://github.com/lsst-ts/LOVE-frontend/pull/590>`_
* Remove custom failed script sound alert `<https://github.com/lsst-ts/LOVE-frontend/pull/589>`_
* OLE visual improvements `<https://github.com/lsst-ts/LOVE-frontend/pull/588>`_
Expand Down
6 changes: 3 additions & 3 deletions love/src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ export const signals = {
],
},
tmaInterlockSystem: {
breaksNotEngaged: [
brakesNotEngaged: [
/** DOME IS */
'stoCraneDrives',
/** MAN-LIFT IS */
Expand Down Expand Up @@ -2674,7 +2674,7 @@ export const alertSignalIndexes = {
emergencyStop: [23, 3],
unauthorizedPierAccess: [23, 4],
unauthorizedDomeAccess: [23, 5],
breaksNotEngaged: [23, 6],
brakesNotEngaged: [23, 6],
ccwSafetyDevice: [23, 7],
tmaEtpbs: [23, 8],
failedWatchdogOrLossCommunication: [24, 0],
Expand All @@ -2696,7 +2696,7 @@ export const signalBypassIndexes = {
emergencyStop: [25, 3],
unauthorizedPierAccess: [25, 4],
unauthorizedDomeAccess: [25, 5],
breaksNotEngaged: [25, 6],
brakesNotEngaged: [25, 6],
ccwSafetyDevice: [25, 7],
tmaEtpbs: [25, 8],
failedWatchdogOrLossCommunication: [26, 0],
Expand Down

0 comments on commit d942197

Please sign in to comment.