OEE
Endpoints
- class pytm4srv.models.OEE
Represents a calculated OEE for a single machine at a single point in time.
- availability: Mapped[int | None]
Availability score (%) stored as an integer between 0 and 100.
- id: MappedColumn object at 0x782a7bd71d80>]]
Unique, numeric ID for the machine in OnTakt.
- machine_id: Mapped[int]
The ID of the machine this OEE was calculated for.
- notes: Mapped[str]
User-specified notes about this measurement.
- property overall: int | None
Overall score (%) as an integer between 0 and 100 if at least one factor is present, otherwise None.
- performance: Mapped[int | None]
Performance score (%) stored as an integer between 0 and 100.
- quality: Mapped[int | None]
Quality score (%) stored as an integer between 0 and 100.
- timestamp: Mapped[datetime]
The date and time this OEE was calculated.