Add migrator for modules to widgets

This commit is contained in:
Manuel Ruwe
2023-01-07 20:18:53 +01:00
parent 44c3e68042
commit dad89e2862
4 changed files with 276 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ const definition = defineWidget({
},
refreshInterval: {
type: 'slider',
defaultValue: 1,
defaultValue: 10,
min: 1,
max: 60,
step: 1,