X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=go%2Fr3events%2Fmetaevents.go;fp=go%2Fr3events%2Fmetaevents.go;h=0000000000000000000000000000000000000000;hp=f57e9543d60da4ea58a8fa8756dcb353309c4e17;hb=c775b5528f8f96e75c28264b9cea8525c6da9298;hpb=a87c91b7d4544703879b7ef6e472b863765e3949 diff --git a/go/r3events/metaevents.go b/go/r3events/metaevents.go deleted file mode 100644 index f57e954..0000000 --- a/go/r3events/metaevents.go +++ /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