LockVisualizer (#25224)
* LockVisualizer * Fix state * Clean some code * Make it component, fix tests fail * Fix for StateUnlocked Now it is possible to manually set the unlocked state and it will work! * Optimize LockVisualizer, add check for unlocked state * No todo I guess
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -11,7 +11,7 @@
|
||||
"name": "idle"
|
||||
},
|
||||
{
|
||||
"name": "deployed",
|
||||
"name": "locked",
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -34,7 +34,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "lock",
|
||||
"name": "locked",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -23,10 +23,10 @@
|
||||
"name": "can-connector"
|
||||
},
|
||||
{
|
||||
"name": "can-locked"
|
||||
"name": "locked"
|
||||
},
|
||||
{
|
||||
"name": "can-unlocked"
|
||||
"name": "unlocked"
|
||||
},
|
||||
{
|
||||
"name": "can-o0",
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |