Description
Set the relative speed for the fan.
Fields
Key | Type | Description |
---|---|---|
devices
|
[Device] |
Devices that support setting the speed of a fan. Required |
fanSpeedRelativePercent
|
Number |
This value represents the percentage of speed to change. Optional To use this field, all the following fields CANNOT be used: fanSpeedRelativeWeight |
fanSpeedRelativeWeight
|
Number |
This value indicates the relative amount of the speed change. The absolute value indicates the scaled amount while the numerical sign indicates the direction of the change. Optional To use this field, all the following fields CANNOT be used: fanSpeedRelativePercent |
Examples
actions:
- type: device.command.SetFanSpeedRelative
fanSpeedRelativePercent: -10
devices: My Device - Room Name