GasLeakSensor
[svn42.git] / go / r3events / basicevents.go
index 60a8b8d..35f6385 100644 (file)
@@ -81,6 +81,10 @@ type NetGWStatUpdate struct {
     Ts int64
 }
 
+type GasLeakAlert struct {
+    Ts int64
+}
+
 type TimeTick struct {
     Ts int64
 }