Skip to content

Commit 7213353

Browse files
authored
Add None to ProductType Enum (#38)
1 parent 6236448 commit 7213353

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @vlebourl @iMicknl @tetienne

pyhoma/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def __init__(self, label: str, oid: str, **_: Any):
258258

259259

260260
class ProductType(Enum):
261+
NONE = 0
261262
ACTUATOR = 1
262263
SENSOR = 2
263264
VIDEO = 3

0 commit comments

Comments
 (0)