Skip to content

Commit

Permalink
Add SSTRING todo and track temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
francozappa committed Jun 30, 2016
1 parent 3950456 commit 7ea4088
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minicps/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ def _tuple_to_cpppo_tag(cls, what, value=None, serializer=':'):
tag_string += EnipProtocol._SERIALIZER
tag_string += str(field)
if value is not None:
if type(value) is str:
# TODO: add support for SSTRING tags
# ''' enip_client -a 192.168.1.20 'README:2[0]=(SSTRING)"string"' '''
pass
tag_string += '='
tag_string += str(value)
# print 'DEBUG _tuple_to_cpppo_tag tag_string: ', tag_string
Expand Down
1 change: 1 addition & 0 deletions temp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Track the temp dir, please don't remove it.
Empty file removed temp/devices_tests.sqlite
Empty file.

0 comments on commit 7ea4088

Please sign in to comment.