vault backup: 2024-09-01 13:27:42
This commit is contained in:
parent
eafb2881c6
commit
fbe12955c4
@ -236,5 +236,24 @@ sunny {
|
||||
## Action Set
|
||||
| Action name | Description |
|
||||
| -- | -- |
|
||||
| Set \[north, east, south, west] light to \[red, green] |
|
||||
| Toggle lights |
|
||||
| Set \[north, east, south, west] light to \[red, green] | Set the specified light to either red or green |
|
||||
| Toggle lights | Change the color of all 4 lights to the color they were not |
|
||||
| Wait \[number of seconds] seconds | Pause for \[number of seconds] seconds before continuing to the next instruction |
|
||||
|
||||
## Flowchart
|
||||
```d2
|
||||
vars: {
|
||||
d2-config: {
|
||||
dark-theme-id: 200
|
||||
}
|
||||
}
|
||||
classes: {
|
||||
toggle-lights: {
|
||||
label: Toggle lights
|
||||
}
|
||||
}
|
||||
|
||||
beginning: {
|
||||
shape:
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user