ManualMovementEvent
[svn42.git] / go / r3events / basicevents.go
index 9877598..f2fa559 100644 (file)
@@ -25,6 +25,10 @@ type DoorCommandEvent struct {
     Ts int64
 }
 
+type DoorManualMovementEvent struct {
+    Ts int64
+}
+
 type DoorProblemEvent struct {
     Severity int
     Ts int64
@@ -59,9 +63,9 @@ type RelativeHumiditySensorUpdate struct {
 }
 
 type NetDHCPACK struct {
-    Mac String
-    IP String
-    Name String
+    Mac string
+    IP string
+    Name string
     Ts int64
 }