vault backup: 2024-09-01 13:32:42

This commit is contained in:
zleyyij 2024-09-01 13:32:42 -06:00
parent fbe12955c4
commit 897e916e82

View File

@ -254,6 +254,29 @@ classes: {
} }
beginning: { beginning: {
shape: shape: oval
label: beginning
}
beginning -> initialize lights
initialize lights {
1.label: set the north light to red
1 -> 2
2.label: set the south light to red
2 -> 3
3.label: set the east light to green
3 -> 4
4.label: set the west light to green
}
initialize lights -> 1
loop-begin: {
shape: step
label: loop indefinitely
}
1.label: wait 30 seconds
1 -> loop-begin
end: {
shape: oval
label: end
} }
``` ```