RepeaterServer - setDescription
RepeaterServer - setDescription
Description :
This command sets the description for this repeater. A description can be used to annotate or provide additional information about this repeater.
Return type : void
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
repeaterName |
String |
The identifier for this repeater. This must be a unique name among the list of configured repeaters. This is a mandatory input parameter. |
repeaterDescription |
String |
The additional information about this repeater. |
Example
The following example sets the description for the specified repeater.
Script
RepeaterServer setDescription repeaterName "Repeater for for disaster recovery."
Was this page helpful? Yes No
Submitting...
Thank you
Comments