Skip to content

Commit

Permalink
fixed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosabatino committed Feb 25, 2023
1 parent 1bbcf3e commit 20120d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/inf_data_gather.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# information gathering for saj inverters through data_transmission mqtt topic
# usage example: ./inf_data_gather.py 192.168.16.1 H1S2602J2119E01121 0x4000 0x100 2>/dev/null | python3 saj.py -p
# usage example: ./inf_data_gather.py 192.168.16.1 H1S2602J2119E01121 0x4000 0x100 2>/dev/null | python3 parse_realtime_data.py -p

from collections import OrderedDict
from struct import pack, unpack_from
Expand Down
Empty file modified utils/parse_realtime_data.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions utils/send_register.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# information gathering for saj inverters through data_transmission mqtt topic
# usage example: ./inf_data_gather.py H1S2602J2119E01121 2>/dev/null | python3 saj.py
# register writing for saj inverters through data_transmission mqtt topic
# usage example: send_register.py <broker_ip> <serial> <register> <value>

from collections import OrderedDict
from struct import pack, unpack_from
Expand Down

0 comments on commit 20120d2

Please sign in to comment.