File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -654,6 +654,8 @@ declare global {
654654 } ;
655655 /** If the mode is `schedule`, start one time adapter by ioBroker start, or by the configuration changes */
656656 allowInit ?: boolean ;
657+ /** If true, allows deletion of meta files without user confirmation when deleting adapter instances */
658+ allowDeletionOfFilesInMetaObject ?: boolean ;
657659 /** If the adapter should be automatically upgraded and which version ranges are supported */
658660 automaticUpgrade ?: AutoUpgradePolicy ;
659661 /** Possible values for the instance mode (if more than one is possible) */
Original file line number Diff line number Diff line change 874874 }
875875 }
876876 },
877+ "allowDeletionOfFilesInMetaObject" : {
878+ "description" : " If true, allows deletion of meta files without user confirmation when deleting adapter instances" ,
879+ "type" : " boolean"
880+ },
877881 "automaticUpgrade" : {
878882 "description" : " Automatically upgrade the adapter in the configured semver range. Best practice is to leave this as none and let the user opt-in." ,
879883 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments