@@ -15,18 +15,18 @@ SYNOPSIS
1515*must_ep2000pro* -a 'DEVICE_NAME' ['OPTIONS']
1616
1717NOTE: This man page only documents the hardware-specific features of the
18- must_ep2000pro driver. For information about the core driver, see
18+ ' must_ep2000pro' driver. For information about the core driver, see
1919linkman:nutupsdrv[8].
2020
2121SUPPORTED HARDWARE
2222------------------
2323
2424This driver supports MUST EP2000Pro compatible, line-interactive
25- UPS with the following characteristics.
25+ UPS with the following characteristics:
2626
27271. 12V or 24V external battery
2828
29- 2. Connection: RS-232 or USB (by RS232-To -USB)
29+ 2. Connection: RS-232 or USB (via RS232-to -USB converter dongle )
3030
3131Some models that may be covered by this driver:
3232
@@ -40,11 +40,12 @@ Currently, it has only been tested on the following model:
4040
4141* Energy Smart.2 600W
4242
43- Generally, device doesn't have any identification data, so
44- autodetection is not possible. Only one documented info is
45- software version with unknown meaning.
43+ Generally, these device do not serve any identification data, so
44+ autodetection is not possible. Only one documented piece of info is
45+ " software version" with unknown meaning.
4646
47- must_ep2000pro uses the libmodbus project, for Modbus implementation.
47+ The `must_ep2000pro` driver uses the libmodbus project, for Modbus
48+ implementation.
4849
4950INSTALLATION
5051------------
@@ -53,7 +54,7 @@ This driver should be built by default if libmodbus and development headers
5354are available. You can force the `configure` script to build it with the
5455following arguments:
5556
56- :; ./configure --with-serial=yes --with-modbus=yes
57+ :; ./configure --with-serial=yes --with-modbus=yes
5758
5859You also need to give proper (R/W) permissions on the local serial device
5960file to allow the NUT driver run-time user to access it. This may need
@@ -72,7 +73,7 @@ EXTRA ARGUMENTS
7273This driver also supports the following optional settings:
7374
7475*lowbatt*='num'::
75- Set the value of battery.charge.low to 'num'. Device itself has only switch off
76+ Set the value of ` battery.charge.low` to 'num'. Device itself has only switch- off
7677on low battery voltage.
7778
7879INSTANT COMMANDS
@@ -93,8 +94,11 @@ KNOWN PROBLEMS
9394--------------
9495
9596If you run the *shutdown.return* command with mains present it does nothing.
96- If you run the *shutdown.return* command without mains present it's poweroff
97- device immediate. No any setting in device documentation for shutdown delay.
97+
98+ If you run the *shutdown.return* command without mains present it immediately
99+ powers off the device.
100+
101+ There is no setting in device documentation to specify a shutdown delay.
98102
99103AUTHOR
100104------
0 commit comments