Skip to content

Commit f28647c

Browse files
committed
correcting default bin max value for coils and discrete inputs
1 parent b534142 commit f28647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def build_config(self, config):
645645
config.set('Modbus', "block start", 0)
646646
config.set('Modbus', "block size", 100)
647647
config.set('Modbus', "bin min", 0)
648-
config.set('Modbus', "bin max", 0)
648+
config.set('Modbus', "bin max", 1)
649649
config.set('Modbus', "reg min", 0)
650650
config.set('Modbus', "reg max", 65535)
651651

0 commit comments

Comments
 (0)