Document climate swing mode: SWING_ON (#1083)

This commit is contained in:
Franck Nijhof 2021-10-13 23:32:29 +02:00 committed by GitHub
parent 9a45ffc7dc
commit d12e0304e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ The device fan can have different swing modes that it wants the user to know abo
| Name | Description |
| ------------------ | ------------------------------------------------ |
| `SWING_OFF` | The fan is not swinging. |
| `SWING_ON` | The fan is swinging. |
| `SWING_VERTICAL` | The fan is swinging vertical. |
| `SWING_HORIZONTAL` | The fan is swinging horizontal. |
| `SWING_BOTH` | The fan is swinging both horizontal and vertical. |