Skip to content

Commit

Permalink
Persistence edit: Add forecast strategy
Browse files Browse the repository at this point in the history
Refs openhab/openhab-core#3597.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Nov 26, 2023
1 parent d8e29f1 commit f7b9ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default {
currentCronStrategy: null,
currentFilter: null,
predefinedStrategies: ['everyChange', 'everyUpdate', 'restoreOnStartup'],
predefinedStrategies: ['everyChange', 'everyUpdate', 'restoreOnStartup', 'forecast'],
// Filter configuration is completely based on these definitions, when adding new filters, no code needs to be updated.
// However, please note that some validation and checks are in place for some filter types in editFilter(), saveFilter() and filter-popup.vue
filterTypes: [
Expand Down

0 comments on commit f7b9ad1

Please sign in to comment.