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
Copy file name to clipboardExpand all lines: docs/Neues Modul programmieren.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ _Bei Fragen programmiert Ihr das SoC-Modul vorerst, wie Ihr es versteht, und ers
49
49
### Breaking Changes und Ergänzen von neuen Einstellungen
50
50
51
51
Die Klasse `UpdateConfig` verwaltet automatische Migrationen bei Breaking Changes und neuen Einstellungen. Das System funktioniert folgendermaßen:
52
-
- Für jede notwendige Anpassung wird eine nummerierte Upgrade-Funktion erstellt
52
+
- Für jede notwendige Anpassung wird eine nummerierte Upgrade-Funktion erstellt.
53
53
- Beim Systemstart werden alle noch nicht ausgeführten Upgrade-Funktionen automatisch aufgerufen
54
54
- Die Nummern der bereits ausgeführten Funktionen werden persistent gespeichert, um mehrfache Ausführung zu verhindern. Der aktuelle Migrations-Status wird im MQTT-Topic `openWB/system/datastore_version` veröffentlicht.
0 commit comments