Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 739 Bytes

EquipmentBase.md

File metadata and controls

14 lines (10 loc) · 739 Bytes

EquipmentBase

Abstract base class for all equipments which have a vendor /model / serial.

Properties

Name Type Description Notes
model str This field identifies the model of the given component. [optional] [readonly]
revision str [optional] [readonly]
serial str This field identifies the serial of the given component. [optional] [readonly]
vendor str This field identifies the vendor of the given component. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]