remove stuff
[svn42.git] / go / r3events / metaevents.go
diff --git a/go/r3events/metaevents.go b/go/r3events/metaevents.go
deleted file mode 100644 (file)
index f57e954..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-// (c) Bernhard Tittelbach, 2013
-
-package r3events
-
-type PresenceUpdate struct {
-    Present bool
-    Ts int64
-}
-
-type SomethingReallyIsMoving struct {
-    Movement bool
-    Confidence uint8
-    Ts int64
-}
-
-type TempSensorSpike struct {
-    Sensorindex int
-    Value float64    
-    Ts int64
-}
-
-type DustSensorSpike struct {
-    Sensorindex int
-    Value int64
-    Ts int64
-}
\ No newline at end of file