Skip to content

Commit 3001361

Browse files
authored
Clarified some of the text
1 parent 58092bf commit 3001361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
The module and example script file in this repository show how you can manage your SMA Technologies OpCon environment from Powershell.
33

44
# Prerequisites
5-
* <a href url="https://www.smatechnologies.com">OpCon v19.1</a>
6-
* Powershell v5.1
5+
* <a href url="https://www.smatechnologies.com">OpCon v19.1+ (some functions require newer releases of OpCon)</a>
6+
* Powershell v5.1+
77

88
# Instructions
9-
You will need to import the module file into the example script before trying any examples. Also you will to to know your OpCon API configuration for your environment, the default location for the configuration file is "C:\ProgramData\OpConXPS\SAM\SMAOpConRestAPI.ini".
9+
You will need to import the module file into the example script before trying any examples. Also you will to to know your OpCon API/SM port configuration for your environment.
1010

1111
Example:
1212
```
13-
Import-Module "C:\OpCon_Module.psm1" -Force
13+
Import-Module "C:\OpConModule.psm1" -Force
1414
```
1515

1616
# Disclaimer

0 commit comments

Comments
 (0)