# Press me WiFi SuperLocal

Press me WiFi SuperLocal is similar to the original mode as it also sends a message when the button is pressed and can recognize various types of button presses. All mode-specific events are sent with up to 5 MAC pointers and the respective RSSI for very precise localization.

### Press me WiFi SuperLocal

**Hex value:** 0x50

**Use cases:** Security, order button, panic button, eldercare, localization precision check, and more

**Devices that support this mode:** SimplePack Plus

**Required sensors:** Button, WiFi module

**Mode-specific deltas:**

**Deltas** are mode-specific register values different from *register default values*.

<table data-header-hidden><thead><tr><th width="148"></th><th width="143"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Register (hex)</strong></td><td><strong>Default (hex)</strong></td><td><strong>Delta (hex)</strong></td><td><strong>Delta information</strong></td></tr><tr><td>0x07</td><td>0x98</td><td>0x00</td><td>Heartbeat 1 turned off</td></tr></tbody></table>

#### **Mode-specific events (uplink messages):**

For more information on what uplink messages (***mode-independent events***) and additional data from various sensors in the device (***appended payload***) can be sent regardless of mode and how to fine-tune message behavior (***alerts***), see *Mode-independent information and events.*

| **Hex** | **Event name**           | **Alert** | **Event information**                                                             |
| ------- | ------------------------ | --------- | --------------------------------------------------------------------------------- |
| 0xC8    | Short press WiFi Precise | 1         | <p>Press lasting no more than 2 seconds,<br>sent with 5 MAC pointers and RSSI</p> |
| 0xC9    | Doubleclick WiFi Precise | 3         | <p>Two short presses within 1 second,<br>sent with 5 MAC pointers and RSSI</p>    |
| 0xCA    | Long press WiFi Precise  | 2         | <p>Press lasting between 2-6 seconds,<br>sent with 5 MAC pointers and RSSI</p>    |
| 0xFC    | MAC storage readout      | No        | One pointer and its assigned MAC address are sent                                 |

#### **Registers relevant for this mode:**

| **Hex** | **Register name**             | **Default value (hex)**                                                                                                                                                       |
| ------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0x59    | Button press timing threshold | 2 and 4 seconds (0x81)                                                                                                                                                        |
| 0x0E    | Presets (Device control)      | LED on - **1**0101001 (0xA9)                                                                                                                                                  |
| 0xFC    | MAC storage eraser            | **No default value** - After this hex, you can send up to 7 MAC pointers (0x01-0x80) to the device and then the respective MACs will be deleted from the internal MAC storage |
| 0xFD    | MAC storage reader            | **No default value** - After this hex, you can send up to 7 MAC pointers (0x01-0x80) to the device, the respective MACs will be uplinked as the same number of *0xFC events*  |

#### **Similar modes:**

| **Hex** | **Mode name**       | **Description**                        |
| ------- | ------------------- | -------------------------------------- |
| 0x01    | Press me            | Original version of Press me, no WiFi  |
| 0x14    | Press me WiFi       | Basic WiFi-enabled version of Press me |
| 0x23    | Press me WiFi Atlas | WiFi Atlas version of Press me         |

#### **Switching to mode, arming, and disarming information:**

Follow the *Basic Operations With SimpleHw Devices guide*, where you can also find information about LED behavior, relevant Sigfox messages, and more.

Here’s what’s important for **Press me WiFi Precise** messages:

* To set this mode, the downlink needs to include this mode register setting: **0150**
* The uplink messages need to begin with the mode hex as the first byte: **50**

Press me WiFi Precise **doesn't** require arming or disarming. The device **will not** send the following events: **0x10** (Start of arming), **0x11** (End of arming), **0x14** (Disarmed by the long press).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ask.simplehw.eu/kb/simple-api-6-generation/modes/api-6-wifi-superlocal-user-modes_15466519/press-me-wifi-superlocal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
