OAS Logo

OAS Fan Widget

The Fan widget provides a schematic Fan icon which also reflects the actual devices status like operation and error but also shows the override and locked status. The Fan is also rotatable in 90° steps.

Fan Widget

Slots

Name Type Default
errorStatus boolean false
operationMode boolean false
lockedStatus boolean false
overrideStatus boolean false
orientation OasOrientation up

errorStatus

This property, if true, will display the aggregate in it’s error state (red). The errorStatus has higher priority than the operationMode changing the color to red even if operationMode is true.

Error status

operationMode

The operationMode will change the aggregate to green when true and back to white when false. If the errorStatus Property is true the operationMode will have no effect.

Operation mode

lockedStatus

If the lockedStatus is true the key icon will be shown on the right side of the widget. For more info about this topic visit the Locked and Override Status Page.

Locked status

overrideStatus

If the overrideStatus is true the hand icon will be shown on the right side of the widget. For more info about this topic visit the Locked and Override Status Page.

Override status

orientation

With the orientation property the widget will be rotated in 90° steps according to their natural position. For more info about this topic visit the Orientation Page.