ManualMovementEvent
[svn42.git] / go / r3events / basicevents.go
index f2ccc62..f2fa559 100644 (file)
@@ -25,6 +25,10 @@ type DoorCommandEvent struct {
     Ts int64
 }
 
+type DoorManualMovementEvent struct {
+    Ts int64
+}
+
 type DoorProblemEvent struct {
     Severity int
     Ts int64