We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818bb22 commit 0eddc41Copy full SHA for 0eddc41
config-schema.json
@@ -52,7 +52,7 @@
52
"type": "integer",
53
"title": "Modbus Inter Message Delay",
54
"description": "Delay between the last Modbus response and the next transmission in milliseconds. This is used for rate limiting transactions.",
55
- "default": "0",
+ "default": 0,
56
"minimum": 0,
57
"maximum": 10000
58
}
0 commit comments