docs - Adding power state legend https://github.com/Ylianst/MeshCentral/issues/4177
silversword411 committed
Jun 30, 2022 at 00:30 UTC
c7e5aaf42cdb442eb9a2e3d498852aba134d4689
3 files changed
+27
docs/docs/meshcentral/devicetabs.md
new
+26
@@ -0,0 +1,26 @@
1
+# Device Tabs
2
+
3
+## General
4
+
5
+### 7 Day Power State
6
+
7
+Legend
8
+
9
+1. Black color: device is powered om
10
+2. purple color: device is in sleep state
11
+3. blue/green color : device is connected trough amt/cira, but not powered on
12
+4. grey color: device is powered off
13
+
14
+
15
+
16
+## Desktop
17
+
18
+## Terminal
19
+
20
+## Files
21
+
22
+## Events
23
+
24
+## Details
25
+
26
+## Console
\ No newline at end of file
docs/docs/meshcentral/images/7daypowerstate.png
Binary files /dev/null and b/docs/docs/meshcentral/images/7daypowerstate.png differ
docs/mkdocs.yml
+1
@@ -9,6 +9,7 @@ nav:
9
- MeshCentral2:
10
- 'MeshCentral2 Guide': 'meshcentral/index.md'
11
- 'All Configuration Options': 'meshcentral/config.md'
12
+ - 'Device Tabs': 'meshcentral/devicetabs.md'
13
- 'Tokens': 'meshcentral/tokens.md'
14
- 'Assistant': 'meshcentral/assistant.md'
15
- 'Code Signing': 'meshcentral/codesigning.md'