Skip to content

Commit

Permalink
Added support for GetAttributeSingle identity.
Browse files Browse the repository at this point in the history
Raises exception on LinkToSelf error.
  • Loading branch information
daniel-leicht committed Sep 25, 2019
1 parent 2d21ffc commit a8b1205
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 61 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are currently no dependencies so you can get going quickly without having
You can clone the repo with the following:

```
git clone https://github.com/dmroeder/pylogix.git
git clone https://github.com/daniel-leicht/pylogix.git
cd pylogix
python setup.py install --user
```
Expand Down
2 changes: 1 addition & 1 deletion pylogix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .lgxDevice import LGXDevice
from .eip import PLC
from .eip import PLC, RouteAddressToSelfError, CIPConnectionError
__version_info__ = (0, 5, 1)
__version__ = '.'.join(str(x) for x in __version_info__)
Loading

0 comments on commit a8b1205

Please sign in to comment.