User:NitramLegov/Playground: Difference between revisions

From CoMakingSpace Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
Start((30 Minutes before end of Calendar Event)) --> Condition[Get garbage collection in the next 7 days]
Start((30 Minutes before end of Calendar Event)) --> Condition[Get garbage collection in the next 7 days]
subgraph repeat1[Repeat 130 Times]
subgraph repeat1[Repeat 130 Times]
subgraph loop1[Loop over all relevant calandar entries]
Condition --> GarbageCan{Which Garbage can?}
Condition --> GarbageCan{Which Garbage can?}
GarbageCan -->|Restmüll| D[Blink White]
GarbageCan -->|Gelber Sack| D[Blink Yellow]
GarbageCan -->|Papiermüll| D[Blink Blue]
end
end
end
</mermaid>
</mermaid>

Revision as of 23:35, 11 December 2024

Repeat 130 Times
Loop over all relevant calandar entries
Restmüll
Gelber Sack
Papiermüll
Which Garbage can?
Get garbage collection in the next 7 days
Blink Blue
30 Minutes before end of Calendar Event