ThalamOS
a powerful Flask web application designed to enhance your storage management.
Loading...
Searching...
No Matches
models.StorageItemType Class Reference
Inheritance diagram for models.StorageItemType:
Collaboration diagram for models.StorageItemType:

Static Public Attributes

str SENSOR = "SENSOR"
 
str SCREW = "SCREW"
 
str DISPLAY = "DISPLAY"
 
str NAIL = "NAIL"
 
str CABLE = "CABLE"
 
str MISCELLANEOUS = "MISCELLANEOUS"
 

Detailed Description

Enumeration for different types of storage items.

Definition at line 13 of file models.py.

Member Data Documentation

◆ CABLE

str models.StorageItemType.CABLE = "CABLE"
static

Definition at line 19 of file models.py.

◆ DISPLAY

str models.StorageItemType.DISPLAY = "DISPLAY"
static

Definition at line 17 of file models.py.

◆ MISCELLANEOUS

str models.StorageItemType.MISCELLANEOUS = "MISCELLANEOUS"
static

Definition at line 20 of file models.py.

◆ NAIL

str models.StorageItemType.NAIL = "NAIL"
static

Definition at line 18 of file models.py.

◆ SCREW

str models.StorageItemType.SCREW = "SCREW"
static

Definition at line 16 of file models.py.

◆ SENSOR

str models.StorageItemType.SENSOR = "SENSOR"
static

Definition at line 15 of file models.py.


The documentation for this class was generated from the following file: