Skip to content

Commit 0eddc41

Browse files
authored
Default for IMD must be an integer
1 parent 818bb22 commit 0eddc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"type": "integer",
5353
"title": "Modbus Inter Message Delay",
5454
"description": "Delay between the last Modbus response and the next transmission in milliseconds. This is used for rate limiting transactions.",
55-
"default": "0",
55+
"default": 0,
5656
"minimum": 0,
5757
"maximum": 10000
5858
}

0 commit comments

Comments
 (0)