Skip to content

Commit

Permalink
Added E_NO_MORE_UNIQUE_CONNECTIONS error code
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshixx committed Jan 10, 2018
1 parent 559f37d commit 400ccd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knxmap/data/constants.py
Expand Up @@ -183,7 +183,8 @@
# CONNECT_RESPONSE status codes
0x22: 'E_CONNECTION_TYPE', # requested connection type not supported
0x23: 'E_CONNECTION_OPTION', # one or more connection options not supported
0x24: 'E_NO_MORE_CONNECTIONS', # max amount of connections reached,
0x24: 'E_NO_MORE_CONNECTIONS', # max amount of connections reached
0x25: 'E_NO_MORE_UNIQUE_CONNECTIONS',
# CONNECTIONSTATE_RESPONSE status codes
0x21: 'E_CONNECTION_ID',
0x26: 'E_DATA_CONNECTION',
Expand Down

0 comments on commit 400ccd5

Please sign in to comment.