Add missing QNAP QSW documentation (#26135)

This commit is contained in:
Álvaro Fernández Rojas 2023-02-06 16:53:38 +01:00 committed by GitHub
parent 3e5e7d4381
commit 457e6bdd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,10 +39,16 @@ Password:
The following *binary sensors* are created: The following *binary sensors* are created:
| Condition | Description | | Binary Sensor | Description |
| :------------------ | :--------------------------------- | | :------------------ | :--------------------------------- |
| anomaly | Device anomaly. | | anomaly | Device anomaly. |
The following *binary sensors* are created for each port (or LACP):
| Binary Sensor | Description |
| :------------------ | :--------------------------------- |
| link | Link status. |
## Buttons ## Buttons
The following *buttons* are created: The following *buttons* are created:
@ -55,16 +61,22 @@ The following *buttons* are created:
The following *sensors* are created: The following *sensors* are created:
| Condition | Description | | Sensors | Description |
| :------------------ | :--------------------------------- | | :------------------ | :--------------------------------- |
| fan_1_speed | Fan 1 Speed. | | fan_1_speed | Fan 1 Speed. |
| fan_2_speed | Fan 2 Speed. | | fan_2_speed | Fan 2 Speed. |
| ports | Number of used ports. |
| rx | Total RX bytes. |
| rx_errors | Total number of RX errors. |
| rx_speed | Total RX speed. |
| temperature | Switch temperature. | | temperature | Switch temperature. |
| tx | Total TX bytes. |
| tx_speed | Total TX speed. |
| uptime | Uptime seconds. | | uptime | Uptime seconds. |
The following sensors are created for each port (or LACP): The following *sensors* are created for each port (or LACP):
| Condition | Description | | Sensors | Description |
| :------------------ | :--------------------------------- | | :------------------ | :--------------------------------- |
| link_speed | Link speed. | | link_speed | Link speed. |
| rx | RX bytes. | | rx | RX bytes. |