# Wifi Get Signal Strength

Gets the wifi signal strength.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MRuX8cBUwuBBMTDg0a_%2F-MRuXms0LArKdofSlstS%2FTodos%20menos%20IOS.PNG?alt=media\&token=566aad82-7729-4430-9bf6-7eee1e08c9d6)

### Parameters

* **RSSI** *\<unquoted string> -* The control or variable that saves the value of RSSI.
* **Level** *\<unquoted string> -* The control or variable that saves the level of wifi signal.

{% hint style="info" %}
The possible values for parameter RSSI are:

* Level 0 - (RSSI < -90): Poor/No Connection.
* Level 1 - (-90 <= RSSI < -81): Very Low.
* Level 2 - (-81 <= RSSI < -71): Low.
* Level 3 - (-71 <= RSSI < -67): Good.
* Level 4 - (-67 <= RSSI < -57): Very Good.
* Level 5 - (-57 <= RSSI < 0): Excellent.
  {% endhint %}

{% hint style="warning" %}
Win10 client does not report the **RSSI**. Only the **Level**.
{% endhint %}
