Skip to content

Commit 9a83281

Browse files
authored
fix: add support for nanokvm pro (#7)
1 parent 7d9b1e5 commit 9a83281

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nanokvm/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class HWVersion(StrEnum):
9191
ALPHA = "Alpha"
9292
BETA = "Beta"
9393
PCIE = "PCIE"
94+
PRO = "Pro"
9495
UNKNOWN = "Unknown"
9596

9697

0 commit comments

Comments
 (0)