hi
to allow autoclosing
change from
"Auto Closing Configuration": {
"Chat Command": [
"ac",
"autoclose",
"autocloser"
],
"Toggle Auto Closer - Chat Command": "uad",
"Add Door Closer manually - Chat Command": "closer",
"Remove Door Closer manually - Chat Command": "uncloser",
"Enable automatic closing of Door. (Default: FALSE)": false,
"Enable automatic closing of Double Door. (Default: FALSE)": false,
"Enable automatic closing of Window. (Default: FALSE)": false,
"Enable automatic closing of Garage. (Default: FALSE)": false,
"Enable automatic closing of Ladder Hatch. (Default: FALSE)": false,
"Enable automatic closing of External Gate. (Default: FALSE)": false,
"Enable automatic closing of Fence Gate. (Default: FALSE)": false,
"Enable automatic closing of Legacy Wood Shelter Door. (Default: FALSE)": false,
"Minimum Closing Delay Time. (Default: 10 seconds)": 10,
"Maximum Closing Delay Time. (Default: 60 seconds)": 60,
"Default Closing Delay Time. (Default: 30 seconds)": 30
},
to
"Auto Closing Configuration": {
"Chat Command": [
"ac",
"autoclose",
"autocloser"
],
"Toggle Auto Closer - Chat Command": "uad",
"Add Door Closer manually - Chat Command": "closer",
"Remove Door Closer manually - Chat Command": "uncloser",
"Enable automatic closing of Door. (Default: FALSE)": true,
"Enable automatic closing of Double Door. (Default: FALSE)": true,
"Enable automatic closing of Window. (Default: FALSE)": true,
"Enable automatic closing of Garage. (Default: FALSE)": true,
"Enable automatic closing of Ladder Hatch. (Default: FALSE)": true,
"Enable automatic closing of External Gate. (Default: FALSE)": true,
"Enable automatic closing of Fence Gate. (Default: FALSE)": true,
"Enable automatic closing of Legacy Wood Shelter Door. (Default: FALSE)": true,
"Minimum Closing Delay Time. (Default: 10 seconds)": 10,
"Maximum Closing Delay Time. (Default: 60 seconds)": 60,
"Default Closing Delay Time. (Default: 30 seconds)": 30
},