File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default {
62
62
return this .modelValue ;
63
63
},
64
64
set (newValue ) {
65
- // this will never happen, as dragable component does not emit updates!
65
+ // this will never happen, as draggable component does not emit updates!
66
66
console .log (" update in sortableList" , newValue);
67
67
this .$emit (" update:modelValue" , newValue);
68
68
},
Original file line number Diff line number Diff line change 8
8
<ul >
9
9
<li >
10
10
<span class =" text-info"
11
- >openWB/set/bat/{{ componentId }}/power</span
11
+ >openWB/set/bat/{{ componentId }}/get/ power</span
12
12
><br />
13
13
Speicherleistung in Watt, ohne Nachkommastellen (Integer),
14
14
positiv Ladung, negativ Entladung
15
15
</li >
16
16
<li >
17
17
<span class =" text-info"
18
- >openWB/set/bat/{{ componentId }}/imported</span
18
+ >openWB/set/bat/{{ componentId }}/get/ imported</span
19
19
><br />
20
20
Geladene Energie in Wh, mit Nachkommastellen (Float), nur
21
21
positiv
22
22
</li >
23
23
<li >
24
24
<span class =" text-info"
25
- >openWB/set/bat/{{ componentId }}/exported</span
25
+ >openWB/set/bat/{{ componentId }}/get/ exported</span
26
26
><br />
27
27
Entladene Energie in Wh, mit Nachkommastellen (Float), nur
28
28
positiv
29
29
</li >
30
30
<li >
31
31
<span class =" text-info"
32
- >openWB/set/bat/{{ componentId }}/soc</span
32
+ >openWB/set/bat/{{ componentId }}/get/ soc</span
33
33
><br />
34
34
Ladestand des Speichers, ohne Nachkommastellen (Integer),
35
35
Gültige Werte 0 bis 100
Original file line number Diff line number Diff line change 8
8
<ul >
9
9
<li >
10
10
<span class =" text-info"
11
- >openWB/set/pv/{{ componentId }}/power</span
11
+ >openWB/set/pv/{{ componentId }}/get/ power</span
12
12
><br />
13
13
PV-Leistung in Watt, ohne Nachkommastellen (Integer), nur
14
14
negativ!
15
15
</li >
16
16
<li >
17
17
<span class =" text-info"
18
- >openWB/set/pv/{{ componentId }}/counter</span
18
+ >openWB/set/pv/{{ componentId }}/get/ counter</span
19
19
><br />
20
20
Erzeugte Energie in Wh, mit Nachkommastellen (Float), nur
21
21
positiv
You can’t perform that action at this time.
0 commit comments