Skip to content

Commit

Permalink
Merge pull request #766 from nixsilvam404/clockwork_airlock_opened_err
Browse files Browse the repository at this point in the history
fixed the error with opened clockworck airlock
  • Loading branch information
modern-nm committed Jun 23, 2024
2 parents 0422241 + 4b289d6 commit e31b8e3
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@
},
"states": [
{
"name": "assembly"
},
{
"name": "bolted_unlit"
},
"name": "assembly"
},
{
"name": "bolted_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "closed"
},
{
"name": "closed_unlit"
},
{
"name": "open_unlit"
},
{
"name": "closing",
"delays": [
Expand Down Expand Up @@ -61,8 +67,8 @@
{
"name": "open",
"delays": [
[
1
[
1
]
]
},
Expand Down Expand Up @@ -105,6 +111,9 @@
]
]
},
{
"name": "panel_closed"
},
{
"name": "panel_open",
"delays": [
Expand Down Expand Up @@ -162,6 +171,9 @@
0.4
]
]
},
{
"name": "emergency_open_unlit"
}
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e31b8e3

Please sign in to comment.