-
Notifications
You must be signed in to change notification settings - Fork 2
Fanv2
Martin Patfield edited this page Dec 2, 2025
·
3 revisions
| Field | Required | Description |
|---|---|---|
autoReset |
No | Automatically turn off after a delay |
maximumRotationSpeed |
No | Set a maximum to use values rather than a percentage for rotation speed |
topicGetActive |
Yes | Get whether or not the accessory is currently active |
topicSetActive |
Yes | Set whether or not the accessory is currently active |
topicGetCurrentFanState |
No | Get current fan mode (blowing, idle, inactive) |
topicGetTargetFanState |
No | Get target fan mode (auto, manual) |
topicSetTargetFanState |
No | Set target fan mode (auto, manual) |
topicGetLockPhysicalControls |
No | Get whether or not the physical controls are locked |
topicSetLockPhysicalControls |
No | Set whether or not the physical controls are locked |
topicGetRotationDirection |
No | Get the fan rotation direction (clockwise, counter clockwise) |
topicSetRotationDirection |
No | Set the fan rotation direction (clockwise, counter clockwise) |
topicGetRotationSpeed |
No | Get the rotation speed as a percentage |
topicSetRotationSpeed |
No | Set the rotation speed as a percentage |
topicGetSwingMode |
No | Get whether or not accessory is oscillating |
topicSetSwingMode |
No | Set whether or not accessory is oscillating |
valueStateActive |
Yes | Accessory is currently active |
valueStateInactive |
Yes | Accessory is currently inactive |
valueModeBlowing |
No | Air blowing mode |
valueModeIdle |
No | Idle mode |
valueModeInactive |
No | Inactive mode |
valueModeAuto |
No | Auto target mode |
valueModeManual |
No | Manual target mode |
valueDirectionClockwise |
No | Rotating clockwise |
valueDirectionCounterClockwise |
No | Rotating counter clockwise |
valueControlLock |
No | Physical controls are locked |
valueControlUnlock |
No | Physical controls are unlocked |
valueSwingEnabled |
No | Accessory is oscillating |
valueSwingDisabled |
No | Accessory is not oscillating |