Fix INF-371 inventoryChange notification of the resourceType, resourcePool, Dms
[pti/o2.git] / o2ims / domain / commands.py
index 4f86a6f..0caca37 100644 (file)
@@ -37,6 +37,7 @@ class UpdateFaultObject(Command):
 @dataclass
 class PubMessage2SMO(Command):
     data: Message2SMO
+    type: str
 
 
 @dataclass