|
|
(8 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{#ask: [[Introduction for::{{#ask: [[Has Internal AssetID::153]]|?Has Internal Category|format=plainlist|link=none|headers=hide|mainlabel=-}}]]|format=plainlist|link=none|headers=hide}}
| | {{#ask: [[Has Internal AssetID::999]]|?Has Internal Category|format=plainlist|link=none|headers=hide|mainlabel=-}} |
| | |
| {{#ask: [[Has Internal AssetID::153]]|?Has Internal Category|format=plainlist|link=none|headers=hide|mainlabel=-}} | |
| | |
| | |
| <mermaid> flowchart LR
| |
| Start((30 Minuten vor Ende der Öffnungszeiten)) --> Condition[Ermittle Abholtermine der nächsten 7 Tage]
| |
| subgraph repeat1[Wiederhole 130 Mal]
| |
| direction LR
| |
| GarbageCan{Welche Tonne wird abgeholt?}
| |
| GarbageCan -->|Restmüll| Restmüll[Schalte weißes Licht an]
| |
| GarbageCan -->|Gelber Sack| Gelb[Schalte gelbes Licht an]
| |
| GarbageCan -->|Papiermüll| Papier[Schalte blaues Licht an]
| |
| Restmüll & Gelb & Papier --> Wait1[Warte 5 Sekunden] --> Off[Schalte Licht aus] --> Wait2[Warte 5 Sekunden]
| |
| Wait2 --> |Gehe alle relevanten Kalendereinträge durch| GarbageCan
| |
| end
| |
| Condition --> repeat1
| |
| </mermaid>
| |