Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Mar 4, 2024
1 parent ce7ce90 commit 0151624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conpot/protocols/IEC104/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,10 @@ class IOA(Packet):
class QOS(Packet):
# Quality of set-point command
name = "QOS"
fields_desc = [XBitField("seq", 0, 1), XBitField("QL", 0, 7)] # seq used to be S/E, threw an error
fields_desc = [
XBitField("seq", 0, 1),
XBitField("QL", 0, 7),
] # seq used to be S/E, threw an error


class QDS(Packet):
Expand Down

0 comments on commit 0151624

Please sign in to comment.