Commit 59d7890 1 parent 8445ed7 commit 59d7890 Copy full SHA for 59d7890
File tree 4 files changed +16
-17
lines changed
4 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,8 @@ router.beforeEach(async (to) => {
209
209
return { name : "LegalSettings" } ;
210
210
}
211
211
}
212
- if ( to . name !== "InstallAssistant" ) {
213
- const wizardDone =
214
- await store . getters . installWizard ;
212
+ if ( to . name !== "InstallAssistant" ) {
213
+ const wizardDone = await store . getters . installWizard ;
215
214
if ( ! wizardDone ) {
216
215
return { name : "InstallAssistant" } ;
217
216
}
Original file line number Diff line number Diff line change @@ -174,10 +174,8 @@ export default createStore({
174
174
} ,
175
175
installWizard ( state ) {
176
176
return new Promise ( ( resolve ) => {
177
-
178
177
if ( state . mqtt [ "openWB/system/installWizard" ] !== undefined ) {
179
- resolve ( state . mqtt [ "openWB/system/installWizard" ] ,
180
- ) ;
178
+ resolve ( state . mqtt [ "openWB/system/installWizard" ] ) ;
181
179
} else {
182
180
var timer , interval ;
183
181
// add general timeout if topic not set
Original file line number Diff line number Diff line change 120
120
@update:model-value ="
121
121
updateState(
122
122
'openWB/system/mqtt/valid_partner_ids',
123
- $event
123
+ $event,
124
124
)
125
125
"
126
126
>
246
246
@update:model-value ="
247
247
updateState(
248
248
'openWB/system/mqtt/valid_partner_ids',
249
- $event
249
+ $event,
250
250
)
251
251
"
252
252
>
376
376
@update:model-value ="
377
377
updateState(
378
378
'openWB/system/mqtt/valid_partner_ids',
379
- $event
379
+ $event,
380
380
)
381
381
"
382
382
>
Original file line number Diff line number Diff line change 9
9
Dieser Assistent führt Sie durch die Konfiguration der einzelnen
10
10
Module:
11
11
</h3 >
12
- <h4 >- Update des Systems</h4 >
13
- <h4 >- Auswahl primary / secondary openWB</h4 >
14
- <h4 >- Einrichten der Geräte und Komponenten</h4 >
15
- <h4 >- Konfiguration von Geräten und Komponenten</h4 >
16
- <h4 >- Konfiguration Lastmanagement</h4 >
17
- <h4 >- Einrichten der Ladepunkte</h4 >
18
- <h4 >- Einrichten der Fahrzeuge</h4 >
19
- <h4 >- Sicherung der Erstkonfiguration</h4 >
12
+ <ol >
13
+ <h4 ><li >Update des Systems</li ></h4 >
14
+ <h4 ><li >Auswahl primary / secondary openWB</li ></h4 >
15
+ <h4 ><li >Einrichten der Geräte und Komponenten</li ></h4 >
16
+ <h4 ><li >Konfiguration von Geräten und Komponenten</li ></h4 >
17
+ <h4 ><li >Konfiguration Lastmanagement</li ></h4 >
18
+ <h4 ><li >Einrichten der Ladepunkte</li ></h4 >
19
+ <h4 ><li >Einrichten der Fahrzeuge</li ></h4 >
20
+ <h4 ><li >Sicherung der Erstkonfiguration</li ></h4 >
21
+ </ol >
20
22
21
23
<div class =" pageZero"
22
24
><openwb-base-click-button
You can’t perform that action at this time.
0 commit comments