This commit is contained in:
MarekZegare4
2026-06-26 09:51:47 +00:00
parent 4097965795
commit 0b81eba199
2 changed files with 50 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1038,6 +1038,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#rooms-logging-in" class="md-nav__link">
<span class="md-ellipsis">
Rooms — logging in
</span>
</a>
</li>
<li class="md-nav__item">
@@ -1429,6 +1440,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#rooms-logging-in" class="md-nav__link">
<span class="md-ellipsis">
Rooms — logging in
</span>
</a>
</li>
<li class="md-nav__item">
@@ -1611,6 +1633,18 @@
</table>
<p>Sensor placeholders appear automatically in the placeholder picker when the corresponding sensor is active. <code>{time}</code> and <code>{loc}</code> are always shown.</p>
<hr />
<h3 id="rooms-logging-in">Rooms — logging in</h3>
<p>Posting to a <strong>room server</strong> requires a login handshake first, so the device can log in on its own — no phone app needed. The first time you press <strong>Enter</strong> on a room, a password prompt opens automatically; type the room's password and press the <strong></strong> key (leave it empty and submit for open / no-password rooms).</p>
<ul>
<li><strong>Passwords are remembered across reboots.</strong> After a successful login the password is saved on the device, so picking that room again — even after a power cycle — logs back in silently without re-prompting.</li>
<li><strong>A wrong or changed password self-heals.</strong> If a saved password stops working (e.g. the server's password was changed), the failed login forgets it, so the next <strong>Enter</strong> prompts you to type a new one.</li>
<li><strong>Re-login any time</strong> with <strong>Hold Enter</strong> on the room → <strong>Login…</strong> (see the room context menu below) — useful to switch to a new password without waiting for a failure.</li>
<li>Passwords set from the <strong>phone app</strong> are saved on the device too, so it can post to that room standalone after a reboot.</li>
</ul>
<blockquote>
<p>The on-screen keyboard is limited to ASCII (letters, digits and common symbols); accented characters such as <code>ą</code>/<code>ę</code> can't be typed on the device. A password containing them can still be set from the phone app — the device stores and replays it byte-for-byte.</p>
</blockquote>
<hr />
<h3 id="message-history">Message history</h3>
<table>
<thead>
@@ -1710,6 +1744,21 @@
</tbody>
</table>
<p>When <strong>Pin to dial</strong> is selected, a slot picker opens (Slot 16 showing current occupant name or "empty"). Choosing a slot that already holds another contact moves the new contact there.</p>
<p>In the <strong>Rooms</strong> list the context menu instead offers a single item:</p>
<table>
<thead>
<tr>
<th>Item</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Login…</td>
<td>Opens the password prompt to (re-)log in to this room (see Rooms — logging in)</td>
</tr>
</tbody>
</table>
<hr />
<h3 id="context-menu-channel-list">Context menu — channel list</h3>
<table>