Problem string
[svn42.git] / go / r3events / basicevents.go
index f2fa559..60a8b8d 100644 (file)
@@ -31,6 +31,7 @@ type DoorManualMovementEvent struct {
 
 type DoorProblemEvent struct {
     Severity int
+    Problem string
     Ts int64
 }