Equipment
- class pytm4srv.models.Equipment
Represents a piece of non-machine equipment or a subsystem present on a machine.
- description: Mapped[str]
User-specified, persistent description/notes about the equipment.
- id: MappedColumn object at 0x7b55cc329c60>]]
Unique, numeric ID for the equipment in OnTakt.
- machine_id: Mapped[int | None]
The ID of the machine this equipment (subsystem) belongs to, or
NULL
if it is standalone.
- name: Mapped[str]
User-specified name for the equipment.