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

the missing part in DE translation #1037

Closed
karamo opened this issue Dec 4, 2023 · 1 comment
Closed

the missing part in DE translation #1037

karamo opened this issue Dec 4, 2023 · 1 comment

Comments

@karamo
Copy link

karamo commented Dec 4, 2023

Here is the missing german [de] translation for the Node serial control

<script type="text/html" data-help-name="serial control">
    <p>Stoppt, startet die serielle Kommunikation und ändert die Konfiguration der seriellen Schnittstelle.</p>

    <p>Dieser Node bietet die Möglichkeiten:</p>
    <ul>
        <li>stoppen der Kommunikation und die serielle Schnittstelle freigeben,</li>
        <li>den Port erneut öffnen und die Kommunikation neu starten,</li>
        <li>dynamische Änderung des seriellen Ports und deren Konfiguration,</li>
        <li>abfragen der Konfiguration der seriellen Schnittstelle.</li>
    </ul>

    <h3>Eingangsdaten</h3>
        <p>Um die Kommunikation zu steuern, senden Sie einfach <b>msg.payload</b> mit:</p>
        <pre>
{
    "serialport": "/dev/ttyUSB0",
    "serialbaud": 115200,
    "databits": 8,
    "parity": "none",
    "stopbits": 1,
    "enabled": true
}
        </pre>

        <p>Die folgenden optionalen Parameter ändern die Konfiguration nur, wenn sie vorhanden sind</p>
        <p>Jede beliebige Kombination davon kann zur Änderung/Steuerung der seriellen Kommunikation übergeben werden</p>
        <ul>
            <li> serialport </li>
            <li> serialbaud </li>
            <li> databits </li>
            <li> parity </li>
            <li> stopbits </li>
            <li> dtr </li>
            <li> rts </li>
            <li> cts </li>
            <li> dsr </li>
            <li> enabled </li>
        </ul>
        <p>Wenn die <code>enabled</code> Eigenschaft nicht vorhanden ist, wird sie standardmäßig auf <code>true</code> gesetzt.</p>
        <p>
            <code>{"enabled":true}</code> oder <code>{"enabled":false}</code> startet oder stopt die Kommunikation.</p>
            <p>Wenn <code>enabled</code> zusammen mit anderen Parametern übergeben wird, wird die Konfiguration geändert und der Port wird entweder gestartet oder bleibt gestoppt, sodass er abhängig von seinem Wert später gestartet werden kann.</p>

    <h3>Ausgangsdaten</h3>
    <p>Jede Eingabenachricht führt dazu, dass der Knoten die aktuelle Portkonfiguration in <code>msg.payload</code> ausgibt.</p>
</script>
@dceejay
Copy link
Member

dceejay commented Dec 4, 2023

Thanks. released as v2.0.2

@dceejay dceejay closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants