Skip to content

Commit

Permalink
Add TIME_OUT_ON_TRANSMIT (20001) enum (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Oct 8, 2023
1 parent ece7907 commit f0c0ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyoverkiz/enums/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class FailureType(IntEnum):
PEER_DOWN = 10005
GATEWAY_BUFFER_OVERFLOW = 10006
UNKNOWN_DETAILED_ERROR = 10007
TIME_OUT_ON_TRANSMIT = 20001
TIME_OUT_ON_TRANSMITTED_COMMAND = 20002
TIME_OUT_ON_COMMAND_PROGRESS = 20003
DEVICE_NO_ANSWER = 60004
Expand Down

0 comments on commit f0c0ed3

Please sign in to comment.