preheat_open.loadable_types.OperationType

class preheat_open.loadable_types.OperationType(value)

Bases: Enum

Enum representing the type of operation for a schedule item.

Attributes:

NORMAL: Normal operation. CLOSED: Closed operation. OFF: Off operation.

__init__()

Attributes

NORMAL

CLOSED

OFF