Skip to content

Commit

Permalink
fixed the error with opened clockworck airlock
Browse files Browse the repository at this point in the history
  • Loading branch information
nixsilvam404 committed Jun 23, 2024
1 parent 0083783 commit 4b289d6
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 4b289d6

Please sign in to comment.