Click here to see reports of other supported models from Manufacturer Name.
When a user reports that a variable/command is not right then it will be highlighted by a red underline. Bad values/ranges/etc… will get a red dashed outline or red solid left border. The accompanying explaining comment - if provided - will be emphasized through a red dotted border on the left. |
2.7.1
Report #1 with driver driver-name (detailed comments available)
This device is known to work with driver driver-name.
You can grab a dummy-ups compliant .nds
file (v2) to simulate this device clicking here.
Some more detailed comments are available after the "Known supported…" sections.
Known supported variables
This device is known to support the following variables (values are just examples):
var.1
|
|
var.2
|
|
var.3
|
Let’s try the This variable can be set through upsrw within the following ranges:
Let’s talk about comments. Like in In addition, Special comments:
Note that the leading space is mandatory: each line must begin with a hash followed by a single space (‘ Multi-lines comments (vars, commands, device) support AsciiDoc markup (inline, paragraphs, blocks, lists, tables… not sections). Keep in mind that the leading space will always be removed and therefore you shouldn’t consider it in your AsciiDoc markup. Also note that empty lines, comments without the required leading space after the hash and lines with spaces preceeding a hash will break multi-line comments. Report a bad value If certain values are not correctly reported, you can flag them with the special End Of Line comment This kind of flags/comments is allowed (i.e. you can append it at the end of the line) in the declaration of variables, RW types/values and commands, i.e.:
|
var.4
|
|
var.5
|
This variable can be set through upsrw to a string value upto the length of |
var.6
|
This variable can be set through upsrw to one of the following values:
|
var.7
|
|
var.8
|
This variable can be set through upsrw to a string value upto the length of Still trying the |
var.9
|
Just trying the End Of Line |
Known supported commands
This device is known to support the following NUT’s instant commands:
-
command.1
-
command.2
-
command.3
Explanation of why this command is flagges as BAD
As in
.seq
files,.nds
files can simulate/record power events and the like through the ‘TIMER <seconds>
’ instruction, e.g.:TIMER 300 ups.status: OB DISCHRG TIMER 300 ups.status: OB LB DISCHRG TIMER 60
In DDL generation, after ‘
TIMER <seconds>
’ instruction, only comments are considered. -
command.4
-
command.5
Yet another
#COMMENT: <comment>
About this device
Support level: 6 (out of 10)
Let’s use this comment to explain vars/commands declaration.
NUT variables are declared as:
<var.name>: <value>
RW variables are declared as:
RW:<var.name>:<type>:<options>
Where:
<var.name>
|
Name of the RW variable. |
<type>
|
Type of the RW variable |
<options>
|
Options of
|
Commands are declared as:
CMD:<command.name>