You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -526,6 +527,40 @@ Both caches implement the `org.openhab.core.automation.module.script.rulesupport
526
527
-`Object get(String key)`: Get the value for the given key from the cache. Non-existent keys return `null`.
527
528
-`Object get(String key, Supplier<Object> supplier`: Get the value for the given key. If no value is present, add the value that is return from the `supplier`.
528
529
530
+
#### `lifecycle` Preset (`importPreset` not required)
531
+
532
+
It provides a mechanism to execute code, when the input file is deleted. Modifying a file deletes it and creates it again.
0 commit comments