diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-14 15:55:20 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-14 15:55:20 +0200 |
| commit | 6e7582b8c07c5ab51d31565e4efb8924cde03917 (patch) | |
| tree | 63dd112c5a7e6d761587d4e4b48d4034ee4fdecd /esds/rcode.py | |
| parent | e4b742cff3e8e5b70824cbe01e69ec4e6c2914f9 (diff) | |
Debug communication abortion
Diffstat (limited to 'esds/rcode.py')
| -rw-r--r-- | esds/rcode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esds/rcode.py b/esds/rcode.py index f4ca775..6600177 100644 --- a/esds/rcode.py +++ b/esds/rcode.py @@ -6,4 +6,5 @@ class RCode(Enum): TIMEOUT_EXPIRE = 2 RECEIVER_TURNED_OFF = 3 RECEIVER_UNAVAILABLE = 4 + UNKNOWN = 5 |
