# Ev3Commands

A component that provides a low-level interface to a LEGO MINDSTORMS EV3 robot, with functions to send system or direct commands to EV3 robots.

## Properties

### BluetoothClient

The BluetoothClient component that should be used for communication. Must be set in the Designer

## Methods

### KeepAlive (number minutes)

Keep the EV3 brick from shutdown for a period of time.

### GetBatteryVoltage ()

Get the battery voltage.

### GetBatteryCurrent ()

Get the battery current.

### GetOSVersion ()

Get the OS version on EV3.

### GetOSBuild ()

Get the OS build on EV3.

### GetFirmwareVersion ()

Get the firmware version on EV3.

### GetFirmwareBuild ()

Get the firmware build on EV3.

### GetHardwareVersion ()

Get the hardware version of EV3.


---

# 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://help.appybuilder.com/components/reference/legomindstorms/ev3commands.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.
