X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=go%2Fr3events%2Fmetaevents.go;fp=go%2Fr3events%2Fmetaevents.go;h=f57e9543d60da4ea58a8fa8756dcb353309c4e17;hb=557d24b9b38db33a7f430d872dc51955977762e0;hp=c22a79d00b9f9212ddbceb9c7e5a5a07fd324f4c;hpb=51f3617510d7e89a8b432e052db16e0eb9864085;p=svn42.git diff --git a/go/r3events/metaevents.go b/go/r3events/metaevents.go index c22a79d..f57e954 100644 --- a/go/r3events/metaevents.go +++ b/go/r3events/metaevents.go @@ -9,5 +9,18 @@ type PresenceUpdate struct { 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