> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/api-and-command-reference/scra-dynafamily-programmers-manual/appendices/appendix-e-physical-button-dynaflex-only.md).

# Appendix E: Physical Button (DynaFlex Only)

Every DynaFlex device features a single physical button. On the DynaFlex II Go, this button is located on the left side of the device. For all other models, it is located on the bottom of the device near the USB port. Pressing and holding this button can activate additional functions on the device. To active a specific function, press and hold the button until a specific number of beeps are heard. Table G8.7-48 shows which functions can be activated. Beep counts that are not listed are not supported.

## Table PB-1 – Button Functions

<table data-header-hidden><thead><tr><th width="122" valign="top">Beep Count</th><th valign="top">Function</th></tr></thead><tbody><tr><td valign="top"><p> </p><p>2</p></td><td valign="top"><p>Power Off</p><p>Power the device off, The device will reboot if it is connected to USB.</p></td></tr><tr><td valign="top"><p> </p><p>3</p></td><td valign="top"><p>WLAN Setup</p><p>WLAN devices only.</p></td></tr><tr><td valign="top"><p> </p><p>4</p></td><td valign="top"><p>BLE Pairing</p><p> </p><p>BLE devices only.</p></td></tr><tr><td valign="top"><p> </p><p>5</p></td><td valign="top"><p>Demo</p><p>See Appendix C for more information.</p></td></tr><tr><td valign="top"><p> </p><p> </p><p> </p><p>6</p></td><td valign="top"><p>Battery Level</p><p>Light the LEDs to indicate the current state of charge of the battery. The LEDs will light for 3 seconds then return to their original state.</p><p> </p><p>The DynaFlex II Go has only green LEDs. Instead of lighting the first LED in amber, it will slowly flash the first LED. Instead of Red, the first LED will flash quickly.</p></td></tr></tbody></table>

<figure><img src="/files/kWooLIOhpPDgindWpWsv" alt=""><figcaption></figcaption></figure>

## Battery Charge Status

As mentioned in Appendix G Physical Button (DynaFlex Only), there is only one physical button on DynaFlex devices. Pressing and holding this button until the device beeps six times then releasing it causes the LEDs on the front of the device to display the current charge state of the battery. The LEDs will return to their previous state after three seconds.

## Table PB-2 - Battery Charged Example&#x20;

<table data-header-hidden><thead><tr><th valign="top">Battery Level</th><th valign="top">Transactions and Firmware Update Allowed</th><th valign="top">LED Color</th><th valign="top">LEDs On When Button is Pressed</th></tr></thead><tbody><tr><td valign="top">100% - 90%</td><td valign="top">Yes</td><td valign="top">Green</td><td valign="top">4 LEDs</td></tr><tr><td valign="top">89% - 70%</td><td valign="top">Yes</td><td valign="top">Green</td><td valign="top">3 LEDs</td></tr><tr><td valign="top">69% - 50%</td><td valign="top">Yes</td><td valign="top">Green</td><td valign="top">2 LEDs</td></tr><tr><td valign="top">49% - 20%</td><td valign="top">Yes</td><td valign="top">Amber</td><td valign="top">1 LED</td></tr><tr><td valign="top">19% - 6%</td><td valign="top">Yes</td><td valign="top">Red</td><td valign="top">1 LED</td></tr><tr><td valign="top">5% - 0%</td><td valign="top">No</td><td valign="top">Red</td><td valign="top">1 LED</td></tr></tbody></table>

The DynaFlex II Go has only green LEDs. Instead of lighting the first LED in amber, it will slowly flash the first LED. Instead of Red, the first LED will flash quickly


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.magtek.com/api-and-command-reference/scra-dynafamily-programmers-manual/appendices/appendix-e-physical-button-dynaflex-only.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
