mermaid update

This commit is contained in:
root
2023-07-30 13:59:46 -05:00
parent 3e4858819c
commit 8f5c76e580

View File

@@ -2,11 +2,15 @@
```mermaid
graph TD
Motion --> Activate
Button --> Activate
Door --> Activate
state_check{Is anything on?}
state_check -- no --> Activate
state_check -- yes --> Ignore
Motion -- "Motion sensed" --> state_check
Door -- "Gets opened" --> state_check
Button -- "Single press" --> state_check
Activate -- "Wait for no motion" --> Deactivate
Button --> Deactivate
state_check -- "yes (button only)" --> Deactivate
```
### Behaviors