From 4762aa8125b755a3707b6c121c79cc4daf2ea69b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 6 Jan 2025 17:31:55 -0700 Subject: [PATCH] Add Workflows/Battery Backups/APC Cell Wiring Diagram.md --- .../Battery Backups/APC Cell Wiring Diagram.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Workflows/Battery Backups/APC Cell Wiring Diagram.md diff --git a/Workflows/Battery Backups/APC Cell Wiring Diagram.md b/Workflows/Battery Backups/APC Cell Wiring Diagram.md new file mode 100644 index 0000000..522b214 --- /dev/null +++ b/Workflows/Battery Backups/APC Cell Wiring Diagram.md @@ -0,0 +1,18 @@ +**Purpose**: Documentation that simply works. Write your documentation in Markdown and create a professional static site for your Open Source or commercial project in minutes – searchable, customizable, more than 60 languages, for all devices. + +!!! warning "Work in Progress" + This document is still being written + +## Documentation / Pull Sequence +``` mermaid +graph TB + Cell1[Cell 1] --> Cell2[Cell 2] + Cell2 --> Cell3[Cell 3] + Cell3 --> Fuse[30A Fuse] + Fuse --> Cell4[Cell 4] + Cell4 --> AndersonPos[Anderson Connector Positive] + Cell1 --> AndersonNeg[Anderson Connector Negative] + + classDef battery fill:#f2f2f2,stroke:#000,stroke-width:2px; + class Cell1,Cell2,Cell3,Cell4 battery; +``` \ No newline at end of file