removed kicad-libs and teenstep after moving to github
[svn42.git] / go / r3events / basicevents.go
index f2fa559..35f6385 100644 (file)
@@ -31,6 +31,7 @@ type DoorManualMovementEvent struct {
 
 type DoorProblemEvent struct {
     Severity int
+    Problem string
     Ts int64
 }
 
@@ -80,6 +81,10 @@ type NetGWStatUpdate struct {
     Ts int64
 }
 
+type GasLeakAlert struct {
+    Ts int64
+}
+
 type TimeTick struct {
     Ts int64
 }