Ju
ne
20
18
Legrand PDU User Guide 353
Note: The ID number of each actuator is shown in the Legrand PDU web interface. It is an integer
between 1 and 32.
** The "switchOutlet" privilege requires an argument that is separated with a colon. The argument could be:
All outlets, that is,
switchOutlet:all
An outlet number. For example:
switchOutlet:1
switchOutlet:2
switchOutlet:3
A list of comma-separated outlets. For example:
switchOutlet:1,3,5,7,8,9
Modifying a Role
You can modify diverse parameters of an existing role, including its privileges.
Modify a role's description:
config:#
role modify <name> description "<description>"
Variables:
<name> is a string comprising up to 32 ASCII printable characters.
<description> is a description comprising alphanumeric characters. The <description> variable must be
enclosed in quotes when it contains spaces.
Add more privileges to a specific role:
config:#
role modify <name> addPrivileges
<privilege1>;<privilege2>;<privilege3>...
If a specific privilege contains any arguments, add a colon and the argument(s) after that privilege.