Skip to content

Commit 9594512

Browse files
authored
Merge pull request #942 from ritza-co/1100-unit
1100: update page; unit-display-settings
2 parents fb1cf55 + 9b294f9 commit 9594512

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

docs/infrastructure-management/power-and-environmental-monitoring/unit-display-settings.mdx

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,42 @@ title: "Unit Display Settings"
33
sidebar_position: 6
44
---
55

6-
You can customize how units are displayed in Device42's Power and Environmental Monitoring module. This applies to both **Power** units and **Temperature** units, and these settings are controlled separately. See the below screenshot:
6+
import ThemedImage from '@theme/ThemedImage';
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
78

8-
![Change Power Module Unit Displays](/assets/images/power_module-change_displayed_units.png)
9+
You can customize how units are displayed in Device42's Power and Environmental Monitoring module. This applies to both **Power** units and **Temperature** units, and these settings are controlled separately.
910

10-
The two categories that control unit display, as can be seen above, are the **Power Conversion Options** dropdown and the **Display Metric Power Values** checkbox.
11+
## Power Global Settings
1112

12-
### Accessing the Unit Display Options
13+
To access the options, navigate to the **Power** options in the **Global Settings** menu, under **Tools > Settings > Global Settings**.
1314

14-
To access the options pictured in the screenshot above, navigate to the Device42 **Global Settings** menu which can be found under **Tools -> Settings -> Global Settings**.
15+
<ThemedImage
16+
alt="Power module unit displays"
17+
sources={{
18+
light: useBaseUrl('/assets/images/unit-display-settings/power-module-unit-displays-light.png'),
19+
dark: useBaseUrl('/assets/images/unit-display-settings/power-module-unit-displays-dark.png'),
20+
}}
21+
/>
1522

16-
* * *
23+
The two categories that control unit display are the **Power Conversion Options** dropdown and the **Display temperature values as Centigrade** checkbox.
1724

1825
### Power Unit Conversion Options
1926

20-
Changing the selection in the power conversion options dropdown controls how power consumption values will be displayed by Device42.
27+
Changing the selection in the Power Conversion Options dropdown controls how power consumption values are displayed by Device42.
2128

22-
**Available conversion options are as follows:**
29+
The available conversion options are:
2330

24-
1. **Convert Amps to Watts** - selecting this option will cause Device42 to convert and display all returned power values in Watts.
25-
2. **Convert Watts to Amps** - selecting this option will cause Device42 to convert and display all returned power values in Amps.
26-
3. **Do not convert** \[Default\] - The default option displays power values exactly as they were returned via SNMP, without any conversion.
31+
- **Do not convert:** This default option displays power values exactly as they were returned via SNMP, without any conversion.
32+
- **Convert Amps to Watts:** Selecting this option causes Device42 to convert and display all returned power values in Watts.
33+
- **Convert Watts to Amps:** Selecting this option causes Device42 to convert and display all returned power values in Amps.
2734

28-
### Default Voltage (integer required)
35+
### Default Voltage
2936

30-
This setting allows an administrator to specify the default voltage for Device42 to utilize in calculations ONLY in the case that one is not returned via SNMP.
37+
The **Default Voltage (integer required)** setting allows you to specify the default voltage for Device42 to use in calculations, **only** if a value is not returned via SNMP.
3138

32-
* * *
39+
### Display Temperature Values as Centigrade
3340

34-
### Display Metric Power Values Checkbox
41+
The **Display temperature values as Centigrade** checkbox controls the temperature display:
3542

36-
_Toggle temperature displays in Device42's Power and Envirosnmental Monitoring Module_
37-
38-
The **Display Metric Power Values** checkbox controls **Temperature Display**.
39-
40-
- **Checked** - converts all temperature values from Farenheight (\*F) values to Celsius (\*C), also changing the display units to Celsius.
41-
42-
- **Unchecked** \[The Default\] - displays SI / Imperial units (degrees Farenheight), and no unit conversion is performed.
43+
- **Checked:** Converts all temperature values from Fahrenheit (°F) values to Celsius (°C) values and changes the display units to Celsius.
44+
- **Unchecked (Default):** Displays SI / Imperial units (°F). No unit conversion is performed.
62.6 KB
Loading
60.8 KB
Loading

0 commit comments

Comments
 (0)