DoorProblemEvent and unmarshall and global pubsub categories
[svn42.git] / go / r3-eventbroker_zmq / r3events / basicevents.go
index e1dacc6..73776cb 100644 (file)
@@ -25,6 +25,11 @@ type DoorCommandEvent struct {
     Ts int64
 }
 
+type DoorProblemEvent struct {
+    Severity int
+    Ts int64
+}
+
 type BoreDoomButtonPressEvent struct {
     Ts int64
 }