Skip to content

Commit

Permalink
Exposing IO_TIMEOUT parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jul 2, 2024
1 parent 7afbb70 commit 5682193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paradox_alarm_interface_3.x/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"IP_CONNECTION_PORT": 10000,
"IP_CONNECTION_PASSWORD": "paradox",
"KEEP_ALIVE_INTERVAL": 10,
"IO_TIMEOUT": 0.5,
"LIMITS": {
"zone": "auto",
"user": "1-10",
Expand Down Expand Up @@ -100,6 +101,7 @@
"IP_CONNECTION_PANEL_SERIAL": "str?",
"IP_CONNECTION_BARE": "bool?",
"KEEP_ALIVE_INTERVAL": "int?",
"IO_TIMEOUT": "float?",
"LIMITS": {
"zone": "str?",
"user": "str?",
Expand Down
2 changes: 2 additions & 0 deletions paradox_alarm_interface_3.x_second/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"IP_CONNECTION_PORT": 10000,
"IP_CONNECTION_PASSWORD": "paradox",
"KEEP_ALIVE_INTERVAL": 10,
"IO_TIMEOUT": 0.5,
"LIMITS": {
"zone": "auto",
"user": "1-10",
Expand Down Expand Up @@ -100,6 +101,7 @@
"IP_CONNECTION_PANEL_SERIAL": "str?",
"IP_CONNECTION_BARE": "bool?",
"KEEP_ALIVE_INTERVAL": "int?",
"IO_TIMEOUT": "float?",
"LIMITS": {
"zone": "str?",
"user": "str?",
Expand Down
2 changes: 2 additions & 0 deletions paradox_alarm_interface_dev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"IP_CONNECTION_PORT": 10000,
"IP_CONNECTION_PASSWORD": "paradox",
"KEEP_ALIVE_INTERVAL": 10,
"IO_TIMEOUT": 0.5,
"LIMITS": {
"zone": "auto",
"user": "1-10",
Expand Down Expand Up @@ -100,6 +101,7 @@
"IP_CONNECTION_PANEL_SERIAL": "str?",
"IP_CONNECTION_BARE": "bool?",
"KEEP_ALIVE_INTERVAL": "int?",
"IO_TIMEOUT": "float?",
"LIMITS": {
"zone": "str?",
"user": "str?",
Expand Down

0 comments on commit 5682193

Please sign in to comment.