# Device input PUSHBUTTON

`0,INPUT,<index>,<type>[,<inherit>[,<options]];`

Pushbutton with Press / Press short / Press long / Relase events

`0,INPUT,<Index>,<TAG>,PUSHBUTTON,SPAD_PUSHBUTTON[,<OPTIONS>]];`

Simple Pushbutton with Press and Relase events

`0,INPUT,<Index>,<TAG>,PUSHBUTTON,SPAD_SIMPLEBUTTON[,<OPTIONS>]];`

### Available inherits

|                     |                                                                                                |   |
| ------------------- | ---------------------------------------------------------------------------------------------- | - |
| SPAD\_PUSHBUTTON    | a standard SPAD.neXt push button with `PRESS / PRESSSHORT / PRESSLONG / RELEASE / HELD` events |   |
| `SPAD_SIMPLEBUTTON` | a simple pushbutton with PRESS / RELEASE Events                                                |   |
|                     |                                                                                                |   |

### Available options

No specific options

### Sending button input updates

`8,<index>,<statevalue>;`

statevalue = 0 button released

statevalue = 1 button pressed


---

# 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://docs.spadnext.com/extending-and-apis/serial-connection/device-communication-flow/device-config-phase/device-input-configuration/device-input-pushbutton.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.
