removed kicad-libs and teenstep after moving to github
[svn42.git] / go / r3events / basicevents.go
index 9877598..35f6385 100644 (file)
@@ -25,8 +25,13 @@ type DoorCommandEvent struct {
     Ts int64
 }
 
+type DoorManualMovementEvent struct {
+    Ts int64
+}
+
 type DoorProblemEvent struct {
     Severity int
+    Problem string
     Ts int64
 }
 
@@ -59,9 +64,9 @@ type RelativeHumiditySensorUpdate struct {
 }
 
 type NetDHCPACK struct {
-    Mac String
-    IP String
-    Name String
+    Mac string
+    IP string
+    Name string
     Ts int64
 }
 
@@ -76,6 +81,10 @@ type NetGWStatUpdate struct {
     Ts int64
 }
 
+type GasLeakAlert struct {
+    Ts int64
+}
+
 type TimeTick struct {
     Ts int64
 }