Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #572

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/modules/legacy_smart_home/smarthomeconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
Wenn die Einschaltbedingung erreicht ist wird alle 30 Sekunden der gerechnete Überschuss übertragen.
Mit dem Parameter Updategerät kann eine abweichende Sekundenzahl angegeben werden.
Wenn die Ausschaltbedingung erreicht ist wird einmalig 0 als Überschuss übertragen.
Die Ausschaltschwelle/ Ausschaltverzögerung in OpenWB ist sinnvoll zu wählen (z.B. 500 / 3) um die Regelung von Askoheat+ nicht zu stören.
Die Ausschaltschwelle/ Ausschaltverzögerung in openWB ist sinnvoll zu wählen (z.B. 500 / 3) um die Regelung von Askoheat+ nicht zu stören.
Wenn Askoheat+ als Gerät 1 oder 2 definiert ist, wird die Temperatur von internen Sensort als Temp1 angezeigt (Modbusadresse 638).
</span>
<span class="form-text small device<?php echo $devicenum; ?>-option device<?php echo $devicenum; ?>-option-idm hide">
Expand Down
2 changes: 1 addition & 1 deletion src/components/OpenwbBaseToast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="toast-header"
:class="'bg-' + subtype"
>
<strong class="pr-2 mr-auto">OpenWB</strong>
<strong class="pr-2 mr-auto">openWB</strong>
<small
v-if="timestamp"
class="time-diff"
Expand Down
Loading